Try OpenEdge Now
skip to main content
Working with XML
Reading XML Documents with the Simple API for XML (SAX) : SAX API reference : SAX callback reference : Error
 
Error
Invoked to report an error encountered by the parser while parsing the XML document.

Syntax

PROCEDURE Error:
DEFINE INPUT PARAMETER errMessage AS CHARACTER.
errMessage
A character string indicating the error message.
After this callback is invoked, the parser continues where it left off.