Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - Find a node and replace >Thread Next - Re: Find a node and replace Re: Find a node and replaceTo: NULL Date: 7/6/2007 1:34:00 PM Ricardo Fonseca wrote: > I have a XML file with a fixed structure, and I have to find a node and > update the information of that node. > how i can do this. With MSXML you usually use the selectSingleNode method to access the node with an XPath expression, then you change its content by setting the text property (or if needed by adding children with appendChild or by removing children with removeChild). Then you save changes using the save method. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
