chrisulliott
Programmer
Hi All,
I am writing an application to take an enterprise database and place some tables within an XML file. The file will be approximatley 110Meg.
What is the best way to read nodes within the file? Which technologies are best? I do NOT want to load the whole XML into memory. I want to load only the nodes I am interested in. Is this possible?
Currently im using Microsofts DOM to write the file to disk but it is far too slow.
Any ideas anyone?
Thank you, I look forward to your reply.
Chris
I am writing an application to take an enterprise database and place some tables within an XML file. The file will be approximatley 110Meg.
What is the best way to read nodes within the file? Which technologies are best? I do NOT want to load the whole XML into memory. I want to load only the nodes I am interested in. Is this possible?
Currently im using Microsofts DOM to write the file to disk but it is far too slow.
Any ideas anyone?
Thank you, I look forward to your reply.
Chris