Parsing Large XML File
-
Hi One of my project i need a generic parser. The requirement is as follows 1. Should be a Fast forward only parsing 2. Child Nodes of a given nodes need to be parsed. (Different XML formats are supported) eg : Root1\Root2\Root Child1\Child2\Child 3. Traversing through each Sub nodes in selected Child nodes and store value into database My Question is XPath supported in Fast Forward only parsing. i would to know about the best ways to solve this issue with a better performance. Cheers
-
Hi One of my project i need a generic parser. The requirement is as follows 1. Should be a Fast forward only parsing 2. Child Nodes of a given nodes need to be parsed. (Different XML formats are supported) eg : Root1\Root2\Root Child1\Child2\Child 3. Traversing through each Sub nodes in selected Child nodes and store value into database My Question is XPath supported in Fast Forward only parsing. i would to know about the best ways to solve this issue with a better performance. Cheers
What is the size of the xml file you want to parse ? have a look at this Parsing/Loading/Searching XML Document of Size ~ 1GB[^]
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
-
What is the size of the xml file you want to parse ? have a look at this Parsing/Loading/Searching XML Document of Size ~ 1GB[^]
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
-
you should also look at vtd-xml http://vtd-xml.sf.net