Re: Expat For Embedded System
Karl Waclawek <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
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