[Expat-discuss] Expat For Embedded System

Karl Waclawek karl at waclawek.net
Thu Apr 19 20:03:38 CEST 2007


Omer Anjum wrote:
> Dear Epat Forum members
>
> I am working on an embedded system and needs a C or C++ based XML  
> Pareser with size less then 100Kb. Can you tell me that is Expat able  
> to help me in solving my problem.
> Regards
>   

I don't think Expat's size is < 100KB on any system, but there are
compile time options
to minimize the size of Expat (disabling certain features, etc. - read
the documentation)
and there are also compiler options to keep the size smaller ( for a
little less performance).
Maybe you can trim it down to about 100KB that way.

Karl


More information about the Expat-discuss mailing list