xml_node_get_first_child (public)

 xml_node_get_first_child parent_node

Defined in packages/acs-tcl/tcl/30-xml-utils-procs.tcl

Returns the first child node

Parameters:
parent_node (required)

Testcases:
xml_rpc_fault, xml_rpc_respond
Source code:
#   ns_log notice "xml_node_get_first_child [$parent_node nodeName] --> [[$parent_node child 1] nodeName]"
    return [$parent_node child 1]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: