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. How to deserailize data from xml file

How to deserailize data from xml file

Scheduled Pinned Locked Moved XML / XSL
databasexmlhelptutorial
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.
  • S Offline
    S Offline
    swguy23
    wrote on last edited by
    #1

    Hi i have xml file stored in the database and I want to deserialize the xml file from database and want to retrieve the all nodes and child nodes of the xml file stored in database. can anybody help me please Be +ive

    S 1 Reply Last reply
    0
    • S swguy23

      Hi i have xml file stored in the database and I want to deserialize the xml file from database and want to retrieve the all nodes and child nodes of the xml file stored in database. can anybody help me please Be +ive

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

      In case the XML file is stored as plain text in the database, you could just query it and create a DOM representation using XmlDocument.LoadXml method.


      "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

      S 1 Reply Last reply
      0
      • S Stefan Troschuetz

        In case the XML file is stored as plain text in the database, you could just query it and create a DOM representation using XmlDocument.LoadXml method.


        "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

        S Offline
        S Offline
        swguy23
        wrote on last edited by
        #3

        Thank you Very much.

        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