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

D RXS_parseQuit   pr

Abort XML processing from within the parsing subprocedure.

D   rtncde                      10i 0 const options(*nopass)

A custom value to be returned from RXS_parse().