This is a discussion on Searching a huge XML file? within the XML and SOAP forums, part of the Web Development category; Hi Guys please let me know What parser would you use for searching a huge XML file?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi Guys please let me know What parser would you use for searching a huge XML file? |
|
#2
| |||
| |||
| Hi, I couldnt get what you are particularly concerned about in the parsing the large XML files.I would like to suggest a better way to increase the performance when parsing the large XML files. For example, Instead of using the code like this xmlDoc.selectNodes("//node_name") , you can use xmlDoc.selectNodes("rootNode/childNode/node_name") which will give a great performance.What was taking over an hour before now takes about 2 minutes! Cheers
__________________ Sathish Kumar.R ![]() Knowledge is meant to SHARE |
|
#3
| |||
| |||
| Hi, Also I will suggest the USER SAX parsing technology to parse huge XML files. Cheers,
__________________ Sathish Kumar.R ![]() Knowledge is meant to SHARE |
|
#4
| |||
| |||
| Hi, Please have a look at the below URL Processing Large XML Files .Here you will be able to find the zip code for paesing large XML file.I think this can help you. Cheers ![]()
__________________ Sathish Kumar.R ![]() Knowledge is meant to SHARE |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Searching, Loading XML file help | yoki | XML and SOAP | 1 | 01-05-2009 07:55 PM |
| Searching for multiple values in an array | tylerpomroy | PHP Programming | 0 | 12-29-2008 09:29 AM |
| File extension of the code file & object repository file in QTP | vigneshgets | Testing Tools | 1 | 01-16-2008 10:43 PM |
| Searching for a ASP.NET hosting. | Ponte_64 | ASP and ASP.NET Programming | 0 | 05-19-2007 07:01 AM |
Our Partners |