RXS_parseQuit()
Call this subprocedure from a user-defined handler procedure to immediately quit parsing the current XML data and return to the procedure which called RXS_parse().
This can be useful if you are parsing a very large XML document and the only data you wish to extract is near the beginning of the document.
Subprocedure Prototype
|
Abort XML processing from within the parsing subprocedure. |
|
A custom value to be returned from RXS_parse(). |