Write temp-table data to XML
- Last Updated: February 10, 2023
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following code example creates a static temp-table, then writes the data to an XML file:
|
This is the resulting output from running the code:
|
The first XML element written for each record in the temp-table contains the node name with
"Row" appended to it. For example, in the XML above, the element name is
XMLSampleRow. This behavior cannot be changed.
It is also not possible to change the element names to something different for each individual record output. All records use the same element names.