parsing - XMLLite parser hangs -


I am parsing XML using XMLLite I think that when it has a relatively large file, the reader's Indicators fail to find the next element (tag) of the file. When I reduce the contents of the file, it can be successfully parsed.

The reader constantly displays the node type "XMLNoteTap_Non" and fails to complete the parsing, while the loop gets trapped in an infinite.

Do something with its file size? Or anything to start the process? There are approximately 9 000 bytes of data in my file.

Thanks

SUCCEEDED macro Do not use, to check whether you should continue with the resource Price given by IXmlReader :: Read instead, check that the return value of IXmlReader :: Read is equal to S_OK for the position of your loop.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

jquery - SimpleModal Confirm fails to submit form -