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 / C++ / MFC
  4. Wrinting as xml

Wrinting as xml

Scheduled Pinned Locked Moved C / C++ / MFC
c++xmlhelpquestion
3 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.
  • F Offline
    F Offline
    FarPointer
    wrote on last edited by
    #1

    Hi All , i have some data(raw data) and i want to save those as xml in to hardisk , how do i do it in vc++,can any one help me sending the link or give an idea . Regards Farpointer

    S T 2 Replies Last reply
    0
    • F FarPointer

      Hi All , i have some data(raw data) and i want to save those as xml in to hardisk , how do i do it in vc++,can any one help me sending the link or give an idea . Regards Farpointer

      S Offline
      S Offline
      Sebastian Schneider
      wrote on last edited by
      #2

      I suggest that you read up on MSXML. You still need to read the "raw" data yourself, though - either by reading it into a datastructure or - if its "human readable" - by parsing it into one. MSXML provides loads of functions to read and write XML files. There are some other XML libs out there that might be more advanced or sophisticated, but until now, I only had to read a few setting from a file that held some configuration options. MSXML should be available on most win-boxes, though I am not sure about the relation between windows-version/SP and msxml-release. With VC7, you could also use the tools provided by the .NET-Runtime, which handles XML pretty well, but would require the .NET Redistributable to be installed on the target system. If you need further information on XML per se: I think a saw a free EBook on the O'Reilly-Website dealing with XML in general. Cheers, Sebastian -- Contra vim mortem non est medicamen in hortem.

      1 Reply Last reply
      0
      • F FarPointer

        Hi All , i have some data(raw data) and i want to save those as xml in to hardisk , how do i do it in vc++,can any one help me sending the link or give an idea . Regards Farpointer

        T Offline
        T Offline
        ThatsAlok
        wrote on last edited by
        #3

        farpointer wrote:

        one help me sending the link or give an idea

        http://www.codeproject.com/soap/markupclass.asp[^]

        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

        cheers, Alok Gupta VC Forum Q&A :- I/ IV

        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