Try OpenEdge Now
skip to main content
Working with XML
Writing XML Documents with the Simple API for XML (SAX) : Handling errors : How errors are handled when STRICT is FALSE
 

How errors are handled when STRICT is FALSE

If STRICT is set to FALSE, then the SAX-writer will ignore the structure and content of the document, and not generate any messages. The method will succeed, the WRITE-STATUS attribute will be properly set by the method, and the document stream remains open.