Create and append a node
- Last Updated: June 7, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
In order to create an actual XML node, you use the CREATE-NODE( ) method
on the parent object. After the node is created, you must append
it to its parent by using the APPEND-CHILD( ) method.
The following code fragment is an example of creating and appending
the root node:
|