HyperWorks Tools

::hwat::xml::XMLParse

::hwat::xml::XMLParse

Previous topic Next topic No expanding text in this topic  

::hwat::xml::XMLParse

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

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

1 if successful, "{}" otherwise.

 

EXAMPLE

::hwat::xml::XMLParse $str_myContent

 

Comments

It is suggested that all needed callbacks be registered before calling the XMLParse function.

 

See also

xml Functions