Click here to Skip to main content
15,901,122 members
Articles / Web Development / ASP.NET

Dynamically append an XML document

Rate me:
Please Sign up or sign in to vote.
3.67/5 (3 votes)
23 Mar 2010CPOL 13.3K   2  
This code demonstrates how to append an XML document. We will add a new element and some inner text. Call the function, provide arguments for the path to the file, the name of the child node, the element name, and the text to add. The file is opened, appended, and saved. The function returns a...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Jacobs Technology
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions