xml_doc_render (public)
xml_doc_render doc_id [ indent_p ]
Defined in packages/acs-tcl/tcl/30-xml-utils-procs.tcl
Render the doc
- Parameters:
- doc_id (required)
- indent_p (optional, defaults to
"f"
)- Returns:
- XML
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: if { [string is true $indent_p] } { return [$doc_id asXML] } else { return [$doc_id asXML -indent none] }XQL Not present: Generic, PostgreSQL, Oracle