Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Inner join on Xml

Inner join on Xml

Scheduled Pinned Locked Moved C#
cssxmlhelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kKamel
    wrote on last edited by
    #1

    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

    S N 2 Replies Last reply
    0
    • K kKamel

      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

      S Offline
      S Offline
      SeMartens
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      • K kKamel

        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

        N Offline
        N Offline
        Not Active
        wrote on last edited by
        #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

        K 1 Reply Last reply
        0
        • N Not Active

          You can either write some XSLT to combine the two file or use Linq to XML


          only two letters away from being an asset

          K Offline
          K Offline
          kKamel
          wrote on last edited by
          #4

          How>????It is the first time i use LINQ

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups