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
Returns:
boolean

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

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_p
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: