View Single Post
Old 01-18-2007, 06:30 AM   #6
shillingworth
A Predatory Creeper
 
Join Date: Dec 2002
Server: Bertoxxulous
Posts: 251
Interface Author - Click to view interfaces
Default Breakthrough !

Had a breakthrough in my understanding of working with Xml documents in C#.Net today. Will have a functional version of the Parser DLL in the next source update at this rate, which should be in the next couple of days. Was going about this the wrong way, XmlReader (what i was using) is a foward only reader, figured out how to work with the natural node structure of Xml after a little bit of trial and error. Already seeing doubly fast parse times with much less complex code, which should in theory make this very easy to manage.
__________________

"Computers are like Air Conditioners, they stop working properly when you open Windows."
shillingworth is offline   Reply With Quote