xml_support_ok (public)
xml_support_ok varname
Defined in packages/acs-tcl/tcl/30-xml-utils-procs.tcl
The proc that checks that XML support is complete
- Parameters:
- varname (required)
- Returns:
- boolean
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: upvar $varname xml_status_msg set ok_p 1 if {[namespace which ::tdom] eq ""} { set xml_status_msg "tDOM is not installed! You must have tDOM installed, or nothing will work." set ok_p 0 } return $ok_pXQL Not present: Generic, PostgreSQL, Oracle