EDN Admin
Well-known member
Hi Guys,
Im trying to use XmlNodeReader to process an XML fragment. I need to use the XmlNodeReader as the machine does not have enough memory to fully load the document into mem.
XmlNodeReader was doing an excellet job until I discovered that the file Im getting does not contain a root node. Every dolution Ive found would require that I load the document into memory.
Does anyone have any ideas how to work around this?
Thanks<br/>
Warrick
View the full article
Im trying to use XmlNodeReader to process an XML fragment. I need to use the XmlNodeReader as the machine does not have enough memory to fully load the document into mem.
XmlNodeReader was doing an excellet job until I discovered that the file Im getting does not contain a root node. Every dolution Ive found would require that I load the document into memory.
Does anyone have any ideas how to work around this?
Thanks<br/>
Warrick
View the full article