Create XML output from ABL
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The following steps describe how to create XML output from ABL. To create an output XML document:
-
Create an
X-documentobject. -
Create an
X-noderefobject to represent your root node. -
Create an
X-noderefobject to represent nodes for your document. - Create the root node and append it to the document.
- Create each specific node required.
- Append each node to its parent.
- Set node attributes. (Steps 5 through 7 should be repeated as necessary.)
- Save the document as an XML file.
- Delete the objects.