Re: [gtkmm] XML Parsing




I'm agree with you, arabica is very nice (if not the best c++ xml libs ;-)

But it's only a c++ wrapper over another parser.
You need one of this parser : libxml/Xerces/expat/MSXML/... to work with arabica.

And arabica work fine only with gcc > 3.0 (need stlport, for gcc < 3.0)

regards
Christophe.


From: Thomas Nichols <nx10mail yahoo co uk>
To: Barta Andras <bartus arago elte hu>, gtkmm-list gnome org
Subject: Re: [gtkmm] XML Parsing
Date: Fri, 25 Oct 2002 15:41:18 +0100

And then there's Arabica from JezUK:
This requires a current C++ compiler, unlike Xerces which takes a lowest-common-denominator approach and is therefore very "C"-like. From the W3C ref to Arabica[2]: " * The binding is parameterised on string type, so you can use which ever string representation you wish (std::string, std::wstring, or whatever). "

For C++ work this could be a useful choice.
BSD-style license.[3]

Regards,
Thomas.

[1] http://www.jezuk.co.uk/cgi-bin/view/arabica
[2] http://www.w3.org/DOM/Bindings
[3] http://www.jezuk.co.uk/cgi-bin/view/SAX/license


At 09:47 25/10/2002 +0200, Barta Andras wrote:
I'd just like to complete the alternatives. There is a simple xml parser
in GLib, called GMarkup. I would like to ask, wheter you plan to wrap it
in glibmm too.

Thanks:Andras Barta

On 24 Oct 2002, Steven Githens wrote:

> I'm preparing to write an App using Gtkmm along with the Bakery, using
> XML for the storage format and some other things. I was wondering what
> people suggestion/opinions are about using Gnome's libXml v.s. the
> Xerces C++ parser that's used in some of the examples.
>
> Thanks,
> Steven Githens
>
>
>
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
>

_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list


_________________________________________________________________
Get faster connections -- switch to MSN Internet Access! http://resourcecenter.msn.com/access/plans/default.asp




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]