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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. XML lib?

XML lib?

Scheduled Pinned Locked Moved The Lounge
c++htmlcombusinessxml
26 Posts 17 Posters 1 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.
  • T Tom Archer

    In a current client's native MFC application, I'm moving his data to XML format. Can anyone recommend a very easy-to-use XML API for reading the data. I don't need full DOM support; just forward sequential access. Cheers, Tom Archer - Archer Consulting Group Programmer Trainer and Mentor and Project Management Consultant

    RaviBeeR Offline
    RaviBeeR Offline
    RaviBee
    wrote on last edited by
    #21

    Xerces[^] :cool:  Accept no substitutes! /ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com

    1 Reply Last reply
    0
    • T Tom Archer

      In a current client's native MFC application, I'm moving his data to XML format. Can anyone recommend a very easy-to-use XML API for reading the data. I don't need full DOM support; just forward sequential access. Cheers, Tom Archer - Archer Consulting Group Programmer Trainer and Mentor and Project Management Consultant

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #22

      Isn't SAX the alternative API when you just want forward only access ? I don't know of any implimentations, but I'm sure google does. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer

      1 Reply Last reply
      0
      • T Tom Archer

        In a current client's native MFC application, I'm moving his data to XML format. Can anyone recommend a very easy-to-use XML API for reading the data. I don't need full DOM support; just forward sequential access. Cheers, Tom Archer - Archer Consulting Group Programmer Trainer and Mentor and Project Management Consultant

        S Offline
        S Offline
        Stuart Konen
        wrote on last edited by
        #23

        You can get a sneak preview of the FSEC library and its included XML library by visiting http://fsec.sourceforge.net/src/XMLManip/ for the source and http://fsec.sourceforge.net/docs/xmlmanip/ for the documentation. As far as I can tell it's the easiest XML Library available, even I use it on a regular basis. I'm always up for feedback, e-mail me at skonen@gmail.com.

        1 Reply Last reply
        0
        • T Tom Archer

          In a current client's native MFC application, I'm moving his data to XML format. Can anyone recommend a very easy-to-use XML API for reading the data. I don't need full DOM support; just forward sequential access. Cheers, Tom Archer - Archer Consulting Group Programmer Trainer and Mentor and Project Management Consultant

          N Offline
          N Offline
          Nish Nishant
          wrote on last edited by
          #24

          There's a free SAX based parser library called Expat, that's cross-OS compatible. Haven't used it in a while, but it only took me about 15-20 minutes to get a hang of it and then I could use it with ease. Someone here at CP has written a C++ wrapper for the C-API exposed by Expat. Nish

          N 1 Reply Last reply
          0
          • N Nish Nishant

            There's a free SAX based parser library called Expat, that's cross-OS compatible. Haven't used it in a while, but it only took me about 15-20 minutes to get a hang of it and then I could use it with ease. Someone here at CP has written a C++ wrapper for the C-API exposed by Expat. Nish

            N Offline
            N Offline
            Nish Nishant
            wrote on last edited by
            #25

            Oops - I should have read the other replies first :-O :-O :-O

            1 Reply Last reply
            0
            • T Tom Archer

              In a current client's native MFC application, I'm moving his data to XML format. Can anyone recommend a very easy-to-use XML API for reading the data. I don't need full DOM support; just forward sequential access. Cheers, Tom Archer - Archer Consulting Group Programmer Trainer and Mentor and Project Management Consultant

              C Offline
              C Offline
              CP Visitor
              wrote on last edited by
              #26

              Tom Archer wrote: Can anyone recommend a very easy-to-use XML API for reading the data. I don't need full DOM support; just forward sequential access. In addition to the other posters here are some more "exotic" links: SBXP XML Parser[^] Parsifal validating XML 1.0 parser[^] Mini-XML [^] iksemel[^] Genx [^] BXML-CWXML [^] XML for C++[^]

              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