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:
. . .
DEFINE VARIABLE hChildNode AS HANDLE NO-UNDO.