xml_doc_get_first_node (public)

 xml_doc_get_first_node doc_id

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

Get first node

Parameters:
doc_id (required)

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