Big xml

bharath639

New member
Joined
Oct 6, 2008
Messages
3
Programming Experience
3-5
Hello i hope im at the right Place.

I have an XML File that needs to be parsed or get data from.
I have Used both the DOM Object as well as the XMLTextReader objects in my previous applications.

Now i have an XML file with Large amount of data in it.
It would On an Averge Of 450 Megs.

So i need soem suggestions on how to parse the XML File
1. Normal Text
2. DOM Object
3 SAX
4 .XMLTextReader.

Also i Would like to mention That The XML File is an ADO extracted File. so it is a Well Formed XML.

Please Advice me On how to go about it.

I can give u the Sample XML if anyone wishes to have a look at it.

Thanks IN advance
 
Are you only able to use Studio 2003 and .NET 1.1 as indicated by your preferences; or would you be able to implement your solution in Studio 08 and .NET 3.5?
 
Back
Top