::hwat::xml::XMLParse
Call the XML parser.
Syntax
::hwat::xml::XMLParse str_xmlContent
Arguments
- str_xmlContent
 - The content to be parsed. If the content is coming from an external source, such as a file, open and read it into a variable before calling XMLParse.
 
Returns
- Success
 - 1
 - Failure
 - {}
 
Example
::hwat::xml::XMLParse $str_myContent
        Comments
It is suggested that all needed callbacks be registered before calling the XMLParse function.