In the InformIT XML Reference Guide: .NET and XMLReader
In the world of XML, it's natural to think of XML in terms of two contexts: DOM and SAX. DOM is flexible, in that it provides the ability to navigate around the document tree and make changes, but SAX is fast, in that it doesn't load the entire document into memory, looking instead at just a single node at a time in a forward-only, read-only manner. ...Technorati tags: XML | XMLReader | SAX | .NET | technology |
Comments