This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Parsing xml-file

Hi!

Are there restrictions regarding file size when parsing an xml file?

My xml-file is almost 700 MB.

Parents
  • 0  

    That's a very large XML file. Do you really need to parse the entire file? Can you instead just open the XML file and navigate, programmatically, to the sections(s) you need to access? Parsing that file will take a very very long time.

    How do you parse the file? i.e. C$XML or XML Extensions...

    ---

    Martin Turner

    Senior Technical Support Engineer

    Rocket Software

Reply
  • 0  

    That's a very large XML file. Do you really need to parse the entire file? Can you instead just open the XML file and navigate, programmatically, to the sections(s) you need to access? Parsing that file will take a very very long time.

    How do you parse the file? i.e. C$XML or XML Extensions...

    ---

    Martin Turner

    Senior Technical Support Engineer

    Rocket Software

Children