Silk Performer Web API provides functions for parsing/verifying node
and attribute values of a Web response.
WebXmlGetDocument Function If the next web request returns an XML document, the document will be parsed by the XML dom parser and the handle to the document
will be stored in hDocument.
WebXmlParseNodeAttribute Function Parses the response document with the defined content type (default: text/xml) and returns the XML attribute value of nodes
attribute of the passed X-Path.
WebXmlParseNodeValue Function Parses the response document with the defined content type (default: text/xml) and returns the XML node value of the passed
X-Path.