Write XML Documents with the Simple API for XML (SAX)
- Last Updated: June 7, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
This content assumes that you are familiar with Read XML Documents with the Simple API for XML (SAX).
A SAX-writer is an ABL object that streams (writes) an XML document to a specified target using the built-in support for the SAX API. ABL methods and attributes allow you to easily set up and control the XML write. This content describes the SAX-writer.