Try OpenEdge Now
skip to main content
Working with XML
Reading and Writing XML with the Document Object Model (DOM)
 

Reading and Writing XML with the Document Object Model (DOM)

ABL supports two XML programming interfaces: the Document Object Model (DOM) and the Simple API for XML (SAX). This chapter provides a quick overview of key XML terminology and then covers the DOM interface.
In addition to basic XML knowledge, the minimum requirement for working with XML in ABL is a familiarity with using and manipulating ABL objects and a knowledge of network communication by way of either the Web or sockets.
* XML terminology
* The ABL DOM interface
* Creating XML output from ABL
* Reading XML input into ABL
* Namespaces
* Internationalization
* Error handling
* Validation
* Method and attribute summary