Community

Everything you always wanted to know about SAX (and XmlReader)

(Richard Mansfield) When you need to process XML documents, you must first decide whether to use DOM (Document Object Model) or SAX (Simple API for XML), the two main XML APIs in use today. You can use either (or both at the same time) to process XML documents, but DOM loads the document into memory

Read More - Register for Free Membership