RE: Access XML data using LINQ to XML
I have two xmls which are to be accessed using single Linq query.
(XML1)
emp1
empname
(XML2)
emp2
empname
Now in two xmls i want to insert info in products,customers,quality,personnel tags in xml1 and in products,customers in xml2 using general linq query.
can u throw some light on this using c# code
Thanks
Manas