0
Parent page: Service Functions – XML (QTP, VBScript) Description Returns XML child attribute (as XMLAttribute object reference) 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 “Nothing” is returned. Public Function ChildAttributeByName(ByRef objXMLParent, ByVal sAttrName) Dim objColl, objAttr If objXMLParent [...] ...

