tdom::get_node_xml (public)
tdom::get_node_xml node_object
Defined in packages/acs-tcl/tcl/tdom-procs.tcl
Returns xml of the data pointed to by the node object If tag doesn't exist or the value is null, returns null
- Parameters:
- node_object (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set node_xml "" catch {set node_xml [$node_object asXML]} return [string trim $node_xml]XQL Not present: Generic, PostgreSQL, Oracle