On Wed, Sep 24, 2008 at 02:43:49PM +0100, Neil Bird wrote: > Around about 24/09/08 14:15, [EMAIL PROTECTED] typed ... >> I don't need any particularly fancy XML features - the only reason I'm >> considering XML is because we would like the messages to be easily >> interpreted by a variety of platforms and programming languages. > > Just my tuppence; we do use embedded Linux but our stuff always has a > fair whack of RAM. I don't know whether libxml can be cut back or not, > I'd sort of guess not.
I can, if you just use the minimal tree based parsing API try to "configure --with-minimum" and then read what you're missing. At some point it went down a just a bit over 200KB of resulting code+data Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ [EMAIL PROTECTED] | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
