|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: MSXML3: Getting the new node object after .replace
Thanks so much Chris :) | nodeParent.replaceChild xmlDocNew.documentElement, nodeToReplace | you are inserting the document element under the parent not a new node I changed my code from this: nodeParent.replaceChild xmlDocNew.documentElement, nodeToReplace to this: Set nodeDesired = xmlDocNew.documentElement.cloneNode(True) nodeParent.replaceChild nodeDesired, nodeToReplace .. and that got it working as desired, so I can then use nodeDesired, and have its parent be nodeParent. :) joel XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








