How to append an XML to another XML in-memory?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have one SPListItemCollection object called item.
When I do item.xml, it gives me the whole data in xml format.

I have another SPUserCollection object called usercoll.
When I do usercoll.xml, it gives me the whole data in xml format.

I want to append usercoll.xmls data into item.xml.

In short, I want to append one variables xml data into another variables xml data.

Could you please guide me how will I do it??

Thanks <hr class="sig https://twitter.com/#!/NaimishPandya @NaimishPandya | mailto:pandya.naimish@hotmail.com
Email | http://www.linkedin.com/in/naimishpandya LinkedIn | http://naimishpandya.wordpress.com/
My Blog

View the full article
 
Back
Top