
February 2nd, 2004, 10:45 AM
|
|
Registered User
|
|
Join Date: Feb 2004
Posts: 13
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Article Discussion: XML Processing with the XMLReader Object, Part 1
Need to parse an XML document, but don't want to incur the performance penalty of the DOM? Consider using the new XMLReader object, which lets you process an XML document sequentially, thereby improving speed and allowing greater customization. Today, I'll be examining this new offering for .NET/XML developers, which provides an alternative pull model of dealing with XML data. So pay attention - this is cutting-edge stuff, and it’s only going to get more interesting.
Read the full article here: XML Processing with the XMLReader Object, Part 1
|