Opensource XML Parser?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashitpro
    Recognized Expert Contributor
    • Aug 2007
    • 542

    Opensource XML Parser?

    Hello guys,

    I've been using tinyxml as xml parser. I am not satisfy with this parser.
    What are the best XML parsers that you know.(for C or C++).

    Thanks in advance
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Try the Xerces parser.

    kind regards,

    Jos

    Comment

    • ashitpro
      Recognized Expert Contributor
      • Aug 2007
      • 542

      #3
      I was trying to install xerces on my Ubuntu machine.
      I searched for it..I got these results

      libxerces-c2-dev
      libxerces-c27
      libxerces-c27-dev
      libxerces-c28
      libxerces-c28-dev
      libxerces26c2

      and more....
      What should I install out of it?
      what are the package names that apt-get understands?

      Comment

      • sicarie
        Recognized Expert Specialist
        • Nov 2006
        • 4677

        #4
        Originally posted by ashitpro
        I was trying to install xerces on my Ubuntu machine.
        I searched for it..I got these results

        libxerces-c2-dev
        libxerces-c27
        libxerces-c27-dev
        libxerces-c28
        libxerces-c28-dev
        libxerces26c2

        and more....
        What should I install out of it?
        what are the package names that apt-get understands?
        I'd recommend Synaptic (Uhhh, I forget exactly where it is, in the Ubuntu Gnome it's layered down from the top right drop-down menu choice) which is the GUI created for apt-get.

        As for version, looking on the left of the link Jos posted, it seems there is a 2.8 and a 3.0 out now.

        Comment

        Working...