Click to See Complete Forum and Search --> : Huge XML


woodrain
09-04-2003, 04:26 PM
I am new to XML.
I will work on a huge XML file (42G, 12 million Records). But we only need a few elements. What tools or language I should use to capture only certain elements to a new file to make the file smaller.

Khalid Ali
09-08-2003, 08:56 AM
You can use XSLT to capture certain elements and then if I remember correctly you can spit them out in another XML file..( I know that I had done something along these line using Xalan processor quite some time ago)

XMLMania.com
10-06-2003, 04:59 AM
Is that 42 Gb? If I was your company I would split that into smaller files, and create a relation XML database web, because with a file size that large, the application costs to actually process the file will be HIGH and the processing time will also be HIGH.