0
Parent page: Service Functions – XML (QTP, VBScript)
Description
This particular example demonstrates adding XSL call that contains instructions transforming XML tree to a web-page (HTML).
Built-in QTP support for XML does not provide mapping for XML methods that operate special nodes, like Processing Instructions. It can be done through Microsoft XML DOM object.
Dim objXMLDoc
Dim objNode
Set objXMLDoc = ...
