Inner join on Xml
-
Hello I have 2 xml one of them has a same data but less in records i want to get their inner join, i searched alot but they always mention merge merging them was not help full at all since they get all combined What i want: XML1 XML2 MyXmlShould have ---- ---- ---------------- 1 2 2(plus its menu item since xml has menu item & menu sub Item ) here the 2 stands for Menu) 2 3
-
Hello I have 2 xml one of them has a same data but less in records i want to get their inner join, i searched alot but they always mention merge merging them was not help full at all since they get all combined What i want: XML1 XML2 MyXmlShould have ---- ---- ---------------- 1 2 2(plus its menu item since xml has menu item & menu sub Item ) here the 2 stands for Menu) 2 3
Hi, I guess you have to write a routine yourself, implementing a join like sql by hand. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
Hello I have 2 xml one of them has a same data but less in records i want to get their inner join, i searched alot but they always mention merge merging them was not help full at all since they get all combined What i want: XML1 XML2 MyXmlShould have ---- ---- ---------------- 1 2 2(plus its menu item since xml has menu item & menu sub Item ) here the 2 stands for Menu) 2 3
You can either write some XSLT to combine the two file or use Linq to XML
only two letters away from being an asset
-
You can either write some XSLT to combine the two file or use Linq to XML
only two letters away from being an asset