Access the child nodes
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Before you can work with a child node of an XML document, you
must create a node reference object with which to access the node.
Then you access the node by using the GET-CHILD( ) method. The
following code fragment shows obtaining the third child node of
the parent node, hParent:
|