I have a problem in that I have to parse XML that is located in the
middle of a text file. I am handed a file ptr who's current position is the
beginning of the XML section. The parser will read in the data and parse it
fine until it hits past the end of the XML and the starts to try and parse
the non XML data in the file. At this point it throws an exception and
gives me an error. Is there anyway for me to tell the parser to stop
parsing after it's done with the root element. Or has anyone else had this
kind of problem and knows the best way to handle it?
Thanks,
Matt
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]