SeqParser has 2 function : ReadNextChildElementHeader and ReadNextChildNode
ReadNextChildNode read rtProcessingInstruction.
ReadNextChildElementHeader not read rtProcessingInstruction.
I have any BIG xml files with rtProcessingInstruction, and any not with rtProcessingInstruction.
If use ReadNextChildNode on file without rtProcessingInstruction read root element it takes a great time.
How to use ReadNextChildElementHeader read rtProcessingInstruction?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Use TXMLSeqParser.ReadNextChildHeader that I added in r130.
You find demo code how to use it in unit tests, functionTOXmlUnitTest. Test_OXmlPSeq_TXMLSeqParser_Test2.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
SeqParser has 2 function : ReadNextChildElementHeader and ReadNextChildNode
ReadNextChildNode read rtProcessingInstruction.
ReadNextChildElementHeader not read rtProcessingInstruction.
I have any BIG xml files with rtProcessingInstruction, and any not with rtProcessingInstruction.
If use ReadNextChildNode on file without rtProcessingInstruction read root element it takes a great time.
How to use ReadNextChildElementHeader read rtProcessingInstruction?
It seems to be a bug. I'll take a look at it.
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Root node has very many child nodes.
Use TXMLSeqParser.ReadNextChildHeader that I added in r130.
You find demo code how to use it in unit tests, functionTOXmlUnitTest. Test_OXmlPSeq_TXMLSeqParser_Test2.