![[Example]](../images/example.gif)
![[Back]](../images/back.gif)
DOM: W3C Recommendation
- Read/write API for dealing with XML data (or HTML data)
- A complete navigable tree representation of an XML document
- Handy for client-side processing
- Not a good thing for large documents
- Or many documents at once (i.e. server-side)
- W3C continues to actively work on extending
- Bindings exist for several languages
53
Copyright (c) 2001 Mary Holstege
All rights reserved.