Write XML Documents with the Simple API for XML (SAX)
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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.