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. Mobile Development
  3. Mobile
  4. Need to parse the XML data Windows store app C#

Need to parse the XML data Windows store app C#

Scheduled Pinned Locked Moved Mobile
csharpxml
4 Posts 2 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.
  • H Offline
    H Offline
    Hari CodeBlogger
    wrote on last edited by
    #1

    My XML data :

    <xml>
    <item>
    <locationId>1</locationId>
    <state></state>
    <location>ABCD</location>
    </item>
    <item>
    <locationId>2</locationId>
    <state></state>
    <location>EFGH</location>
    </item>
    </xml>

    I need to parse this and retrieve the value of "locationId" and "location" alone. Thanks in Advance.

    L 1 Reply Last reply
    0
    • H Hari CodeBlogger

      My XML data :

      <xml>
      <item>
      <locationId>1</locationId>
      <state></state>
      <location>ABCD</location>
      </item>
      <item>
      <locationId>2</locationId>
      <state></state>
      <location>EFGH</location>
      </item>
      </xml>

      I need to parse this and retrieve the value of "locationId" and "location" alone. Thanks in Advance.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Please do not crosspost the same question in multiple forums.

      H 1 Reply Last reply
      0
      • L Lost User

        Please do not crosspost the same question in multiple forums.

        H Offline
        H Offline
        Hari CodeBlogger
        wrote on last edited by
        #3

        I'm sorry about that. Could you help me with this..?

        L 1 Reply Last reply
        0
        • H Hari CodeBlogger

          I'm sorry about that. Could you help me with this..?

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Hari1992 wrote:

          Could you help me with this..?

          Help how? You have not told us what your problem is. Did you follow the advice given at http://www.codeproject.com/Messages/5044073/Re-Need-to-parse-the-XML-data-Windows-store-app-Cs.aspx[^]?

          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