xml_node_get_content (public)

 xml_node_get_content node_id

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

Get Content

Parameters:
node_id (required)

Testcases:
No testcase defined.
Source code:
#   ns_log notice "xml_node_get_content [$node_id nodeName] --> [$node_id text]"
    return [$node_id text]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: