Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML & XSLT

Status
Not open for further replies.

asraj16

Programmer
May 15, 2004
19
US
Hi,
I am generating XML randomly and assigning this XML to a string variable. I need to merge the XMLs one by one. For Example I get the following XML in the first iteration.

<?XML version="1.0"?>
<test>
<test1>
<test2></test2>
<test3></test3>
</test1>
</test>

I am assigning this XML to a string variable.
In the Second iteration, I get the same XML. I need to merge these XMLs to the first XML. How to do that? Is there any way to do this in .NET technologies?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top