XML parsing functions can be applied in a structured manner to XML
content returned by servers. XML parsing functions parse out the values of
specific elements and attributes within XML documents.
Note: XML parsing is recommended only for enhanced verifications and
customizations, not session-handling customization.
Elements and attributes are accessed via XML Path Language (XPath), a
standardized language for addressing elements within XML documents. XML parsing
functions are applied on the
Rendered page. Web API style parsing can be executed
against XML via the
Source page.
XML parsing functions include:
-
WebXmlParseNodeValue
-
WebXmlParseNodeAttribute
Note: Hierarchical structured values can not be parsed out using the XML
control.