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. XML / XSL
  4. Crash Course in XML

Crash Course in XML

Scheduled Pinned Locked Moved XML / XSL
databasexmlhelpquestionlearning
3 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.
  • Mike HankeyM Offline
    Mike HankeyM Offline
    Mike Hankey
    wrote on last edited by
    #1

    Hello all, I want to use XML to store some data in an app I'm writing. I've always used Access and DB programming prior to this but want to learn XML. Have a very limited knowledge of XML and would like to do some basic DB stuff like; 1) Read data in. 2) Modify it. 3) Write it back out (as needed) Any help would be appreciated. I've googled and have found a lot but unable to find anything simple and straight forward. Thanks, Mike:confused:

    If you can't find time to do it right the first time how are you going to find time to do it again?

    S 1 Reply Last reply
    0
    • Mike HankeyM Mike Hankey

      Hello all, I want to use XML to store some data in an app I'm writing. I've always used Access and DB programming prior to this but want to learn XML. Have a very limited knowledge of XML and would like to do some basic DB stuff like; 1) Read data in. 2) Modify it. 3) Write it back out (as needed) Any help would be appreciated. I've googled and have found a lot but unable to find anything simple and straight forward. Thanks, Mike:confused:

      If you can't find time to do it right the first time how are you going to find time to do it again?

      S Offline
      S Offline
      Stefan Troschuetz
      wrote on last edited by
      #2

      If you want to learn about XML and related technologies, I suggest visiting this site W3 Schools[^] To work with XML in .NET you have to deal with the classes in the System.Xml namespace. Take a look at their documentation and the continuative links that contain many useful explainations. You can start with the XmlDocument, XmlReader and XmlWriter classes.


      "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

      www.troschuetz.de

      Mike HankeyM 1 Reply Last reply
      0
      • S Stefan Troschuetz

        If you want to learn about XML and related technologies, I suggest visiting this site W3 Schools[^] To work with XML in .NET you have to deal with the classes in the System.Xml namespace. Take a look at their documentation and the continuative links that contain many useful explainations. You can start with the XmlDocument, XmlReader and XmlWriter classes.


        "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

        www.troschuetz.de

        Mike HankeyM Offline
        Mike HankeyM Offline
        Mike Hankey
        wrote on last edited by
        #3

        Stefan, Thank you very much for the info. W3 looks like a very good resource site! Thanks, Mike

        If you can't find time to do it right the first time how are you going to find time to do it again?

        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