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

Partial Call Graph (max 5 caller/called nodes):
%3

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
[ hide source ] | [ make this the default ]
Show another procedure: