C/C++ code to parse XML file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pacman2081@yahoo.com

    #1

    C/C++ code to parse XML file


    I am looking for C/C++ code to parse a XML file. Most of the stuff I
    see on the web involves .NET or managed C++ code.

    Any help would be appreciated
    Thanks
    -- pacman

  • Luke Meyers

    #2
    Re: C/C++ code to parse XML file

    pacman2081@yaho o.com wrote:[color=blue]
    > I am looking for C/C++ code to parse a XML file. Most of the stuff I
    > see on the web involves .NET or managed C++ code.[/color]

    Try comp.sources.wa nted. Or check out the Boost.Serializa tion library.

    Luke

    Comment

    • Ian Collins

      #3
      Re: C/C++ code to parse XML file

      pacman2081@yaho o.com wrote:[color=blue]
      > I am looking for C/C++ code to parse a XML file. Most of the stuff I
      > see on the web involves .NET or managed C++ code.
      >[/color]
      Spend a day and write a simple parser, it's not hard and you'll learn by
      doing it.

      --
      Ian Collins.

      Comment

      • Larry I Smith

        #4
        Re: C/C++ code to parse XML file

        pacman2081@yaho o.com wrote:[color=blue]
        > I am looking for C/C++ code to parse a XML file. Most of the stuff I
        > see on the web involves .NET or managed C++ code.
        >
        > Any help would be appreciated
        > Thanks
        > -- pacman
        >[/color]

        Apache org has one:

        http://xml.apache.org/xerces-c/

        Larry

        Comment

        • Gianni Mariani

          #5
          Re: C/C++ code to parse XML file

          pacman2081@yaho o.com wrote:[color=blue]
          > I am looking for C/C++ code to parse a XML file. Most of the stuff I
          > see on the web involves .NET or managed C++ code.[/color]

          check out libxml2

          Comment

          • Shark

            #6
            Re: C/C++ code to parse XML file

            Gianni Mariani wrote:[color=blue]
            > pacman2081@yaho o.com wrote:[color=green]
            > > I am looking for C/C++ code to parse a XML file. Most of the stuff I
            > > see on the web involves .NET or managed C++ code.[/color]
            >
            > check out libxml2[/color]
            Or libxml++ if you are using C++ ;)
            libxml++, libxml, C++, C++ wrapper, XML.


            Comment

            • Mirek Fidler

              #7
              Re: C/C++ code to parse XML file

              pacman2081@yaho o.com wrote:[color=blue]
              > I am looking for C/C++ code to parse a XML file. Most of the stuff I
              > see on the web involves .NET or managed C++ code.
              >
              > Any help would be appreciated
              > Thanks
              > -- pacman
              >[/color]
              How about this:

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

              Mirek

              Comment

              • Mateusz Łoskot

                #8
                Re: C/C++ code to parse XML file

                pacman2081@yaho o.com wrote:[color=blue]
                > I am looking for C/C++ code to parse a XML file. Most of the stuff I
                > see on the web involves .NET or managed C++ code.[/color]

                Google for TinyXML (it's hosted on SourceForge.net too).

                Cheers
                --
                Mateusz Łoskot

                Comment

                • Stephane Wirtel

                  #9
                  Re: C/C++ code to parse XML file

                  pacman2081@yaho o.com said the following on 23/01/2006 0:56:[color=blue]
                  > I am looking for C/C++ code to parse a XML file. Most of the stuff I
                  > see on the web involves .NET or managed C++ code.
                  >
                  > Any help would be appreciated
                  > Thanks
                  > -- pacman
                  >[/color]
                  google -> XiMoL

                  Comment

                  Working...