BizTalk Utilities CV ,   Jobs ,   Code library
 
Home Page


Add/Edit your code items
Search the code library
Browse for the code library


XML DOM
XML DOM: Adding an Child Element and an attribute using VBScript
Combining XML Documents using XSLT - a collection of 5 approaches
How to use InsertAfter() with XmlDocument?
How to remove xml elements using RemoveChild() with XmlDocument?
How to select specific nodes in XmlDocument() when having a namespace ?
How to Load a XML From a String with XmlDocument?
How to remove an attribute with XmlDocument and RemoveAll?
How to create a navigator with XmlDocument and CreateNavigator?
Whats the 'push model'?
Hybrid Model Part Two: Choosing between SAX and DOM


 
 

<< XHTMLXmlSerializer >>


By David Silverlight
First Posted 05/24/2003
Times viewed 2197

XML DOM: Inserting, Modifying and Deleting elements using VBScript


This post contains attachments
v20030524121852.zip 

Summary This snippet demonstrates how to do an insert, modify and delete elements in an XML DOM

This snippet demonstrates the all too common functionality of adding, modifying and deleting elements in an xml document. The demo page (see below) displays the xml before and after the actions.

View this snippet in action

Additional information


Rate this article on a scale of 1 to 10 (11 votes, average 7)

Your vote :  

<< XHTMLXmlSerializer >>



Latest comments on this article
Admin
By Mike Olmon on 6/24/2008 12:49:37 PM
Your code samples were EXCELLENT! I spent more than 6 hours searching other articles and none were as clear and complete as your code and explanation. Thanks so much!


Leave a comment for this article
Your name
Your email (optional)
Your comment
Optional: Upload an attachment
Enter the code shown:

 
 

    Email TopXML