Try OpenEdge Now
skip to main content
Working with XML
Reading XML Documents with the Simple API for XML (SAX) : Understanding ABL SAX : Namespace processing
 

Namespace processing

Namespace processing is enabled by default. To disable it, set the SUPPRESS-NAMESPACE-PROCESSING attribute to TRUE. XML namespace processing is potentially complex. This section provides a summary of the expected behavior from an ABL SAX application.
* Namespace declarations
* Effects of namespace processing