Xml Parser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gege

    #1

    Xml Parser

    Hello,

    I'am looking for an easy to use Xml parser for C++.
    I tried Xerces but it is not quite easy to use !!!!

    So I need a parser, or maybe a wrapper (for MSXML)
    with simple examples (as simple as for PHP or VBA)

    Thx




  • Mateusz Łoskot

    #2
    Re: Xml Parser

    gege wrote:[color=blue]
    >
    > I'am looking for an easy to use Xml parser for C++.
    > I tried Xerces but it is not quite easy to use !!!!
    >[/color]

    Google for TinyXML, DOM parser. It can be used/compiled with STL support.
    Cheers
    --
    Mateusz Łoskot

    Comment

    • zhengfish

      #3
      Re: Xml Parser

      TinyXML is good

      Comment

      • gege

        #4
        Re: Xml Parser

        thx a lot
        i am looking at Tiny which sounds very very good !!

        thx again !

        "zhengfish" <zhengfish@gmai l.com> a écrit dans le message de news:
        1134956277.5743 31.137200@z14g2 00...legr oups.com...[color=blue]
        > TinyXML is good
        >[/color]


        Comment

        • Mirek Fidler

          #5
          Re: Xml Parser

          gege wrote:[color=blue]
          > Hello,
          >
          > I'am looking for an easy to use Xml parser for C++.
          > I tried Xerces but it is not quite easy to use !!!!
          >
          > So I need a parser, or maybe a wrapper (for MSXML)
          > with simple examples (as simple as for PHP or VBA)[/color]

          What about this:

          http://upp.sourceforge .net/reference$XML.h tml

          Mirek

          Comment

          Working...