basic-xml-11-SimpleDoc.xml / xml
<?xml version='1.0'?> <MyDocument> <Paragraph> The XML DOM is a hierarchical representation of an XML document. </Paragraph> <Paragraph> For large documents the DOM can be problematic since the entire tree must be constructed in memory. For those situations SAX may be preferred or necessary. </Paragraph> </MyDocument>
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.