This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xml parser


Hello,

maybe http://www.grinninglizard.com/tinyxml/ is worth a look (if you want to have a DOM parser). It is not a library but compiled and linked together with your application sources. It works fine for me.
http://expat.sourceforge.net/ is a good choice if you prefer a SAX parser. It is a library an can easily be adapted to ecos.

Regards,
Dirk

To: diego.duyvejonck@skynet.be
Cc: ecos-discuss@sources.redhat.com


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]