0
Parent page: Service Functions – XML (QTP, VBScript) Description Returns scalar value of the XML child attribute specified by a name. Attribute name duplication within the same node is not allowed by XML rules. If there is no attribute with the name specified then “” (empty string) is returned. Public Function ChildAttributeValueByName(ByRef objXMLParent, ByVal sAttrName) Dim objColl, [...] ...

