Bruce Noble
New Member
GET-CHILD method used on an XML node after first ensuring that the NUM-CHILDREN method has returned an index value that is greater than or equal to the one used for the GET-CHILD method.
i.e. NUM-CHILDREN returns "5"
l-ok = h-xroot:GET-CHILD(h-child, 1). /* fails, even though child exists and is not null, blank, etc. */
i.e. NUM-CHILDREN returns "5"
l-ok = h-xroot:GET-CHILD(h-child, 1). /* fails, even though child exists and is not null, blank, etc. */