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. Web Development
  3. ASP.NET
  4. XML navigation

XML navigation

Scheduled Pinned Locked Moved ASP.NET
xmlquestion
2 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.
  • M Offline
    M Offline
    Member 3981366
    wrote on last edited by
    #1

    which method is more appropriate for use with XML? -> xmlDocument -> xPathDocumrnt -> Datatset

    S 1 Reply Last reply
    0
    • M Member 3981366

      which method is more appropriate for use with XML? -> xmlDocument -> xPathDocumrnt -> Datatset

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

      Depends on what you want to achieve. For navigation within an XML the best choice will be xpath I think. XmlDocument could be also nice but you only have this navigation like direct child/parents etc. DataSet is better when trying to use XML like a database. By the way, this is not your homework, is it? Regards Sebastian P.S.: Heard that XPath will is slow... maybe this will affect your choice.

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