SAX and the AppBuilder
- Last Updated: March 30, 2020
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
SAX and the AppBuilder
To use the AppBuilder to develop ABL SAX applications, perform the following tasks:
- Create a SAX handler object
- Supply an override for each callback your application requires
- Handle the context (optional)
To create a SAX Handler object which corresponds to a procedure (.p) file to contain the SAX callbacks:
Note: If you misspell the name of a callback,
it is not invoked at run time. Rather, the corresponding internal
procedure in the super procedure is invoked.



