About Ashvin Expertise I can handle all the queries related to XML. I can sort out problems regarding XSLT and XSL. I work using MSXML components. I can handle XML-SQl, XML-VB and XMl-ASP related queries.
Experience I have worked for 2years in this feild. I have worked in SGML and DTDs, and now working in XML and Schemas.
Expert: Ashvin Date: 4/21/2004 Subject: Read/Write to XML
Question Hi,
I am an AllExperts volunteer myself, only in VB 6. I am hoping you can help me out. I have an XML file that has 2 empty elements in it....I have another XML document that contains all the information to go in the first one. Is there a way to write a program (in .NET) that will take the source XML and insert it into the empty elements of the desintation xml file?
Sorry if this sounds confusing....
Answer Hello Bob,
No its not confusing at all.
But as far I know Vb.Net there is no way which can directly do this. you have to do it in the same way like. First open and XMl file and then seacrh for the Node and the value and then open second XNML file and Insert the Searched value.
There are in build class which you may also know in .net Framework which make the work eassy thats all.
If you want that code for how to read and update XMl file please ask me for that.