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.
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.
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]
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]
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++ ;)
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:
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).
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