Progress
External Program
Interfaces
Creating XML Output From the 4GL
In order to create an output XML document, you must complete the following steps:
- Create an X-DOCUMENT object.
- Create a Root Node reference object.
- Create a Node reference object for each type of node.
- 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 are iterative.
- Save the document as an XML file.
- Delete the objects.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |