::hwat::xml::XMLParse - Call the XML parser.
::hwat::xml::XMLParse str_xmlContent
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. |
1 if successful, "{}" otherwise.
::hwat::xml::XMLParse $str_myContent
It is suggested that all needed callbacks be registered before calling the XMLParse function.