preload

p_SetXMLElementCDataByIndex (QTP, TestComplete, ...

Posted by Albert Gareev on Jul 25, 2008
0
Parent page: Service Functions – MSXMLDOM (QTP, TestComplete, VBScript) Description Iterate to index. Change value for existing CData node. Otherwise create new child nodes till index. Implementation Private Function p_SetXMLElementCDataByIndex(ByRef objXMLElement, ByVal intIndex,ByVal sValue)  Dim objXMLDoc, objCDataNode   Dim objColl, Iter, IndexIter   Set objColl = objXMLElement.ChildNodes   IndexIter = -1   For Iter=0 To ...
Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported
This work by Albert Gareev is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported.