Access the child nodes
- Last Updated: June 7, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- 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:
|