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. xml

xml

Scheduled Pinned Locked Moved C#
xmldatabasegame-dev
5 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.
  • N Offline
    N Offline
    naghoumeh14
    wrote on last edited by
    #1

    if i have an xml file of the following schema : to note that the played part take a value 0 or 1 (false or true) , so if i want to get to the the game part and set the gamename, played and highscore what method should i use (knowing that i have many players)

    D N 2 Replies Last reply
    0
    • N naghoumeh14

      if i have an xml file of the following schema : to note that the played part take a value 0 or 1 (false or true) , so if i want to get to the the game part and set the gamename, played and highscore what method should i use (knowing that i have many players)

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      1. You haven't shown your XML. 2. IMHO, XML forum would have been a decent choice. 3. Going by the information I have, I would go for XPath.

      "No matter how many fish in the sea; it will be so empty without me." - From song "Without me" by Eminem

      1 Reply Last reply
      0
      • N naghoumeh14

        if i have an xml file of the following schema : to note that the played part take a value 0 or 1 (false or true) , so if i want to get to the the game part and set the gamename, played and highscore what method should i use (knowing that i have many players)

        N Offline
        N Offline
        Not Active
        wrote on last edited by
        #3

        You can start by using a descriptive subject line. XML is not very descriptive of you problem Next clarify your question


        I know the language. I've read a book. - _Madmatt

        N 1 Reply Last reply
        0
        • N Not Active

          You can start by using a descriptive subject line. XML is not very descriptive of you problem Next clarify your question


          I know the language. I've read a book. - _Madmatt

          N Offline
          N Offline
          naghoumeh14
          wrote on last edited by
          #4

          <Users><User><Username></Username><Password></Password><UserPicture></UserPicture><Game><GameName> </GameName><Played></Played><HighScore></HighScore></Game></User></Users>

          N 1 Reply Last reply
          0
          • N naghoumeh14

            <Users><User><Username></Username><Password></Password><UserPicture></UserPicture><Game><GameName> </GameName><Played></Played><HighScore></HighScore></Game></User></Users>

            N Offline
            N Offline
            Not Active
            wrote on last edited by
            #5

            http://msdn.microsoft.com/en-us/library/ms256086.aspx[^]


            I know the language. I've read a book. - _Madmatt

            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