[Expat-discuss] eXpat : reduced in size version ?

Chandran N nchan at cisco.com
Tue Jun 24 00:48:46 EDT 2003


Hi Karl,

Thanks a lot for your quick reply.

-----Original Message-----
From: Karl Waclawek [mailto:karl at waclawek.net]
Sent: Monday, June 23, 2003 7:27 PM
To: nchan at cisco.com; expat-discuss at libexpat.org
Subject: Re: [Expat-discuss] eXpat : reduced in size version ?




> Hi All,
>
> Do eXpat have plans to come up with a xml parser, reduced in size with
> minimal functionality (parse only well-formed documents) ?
>
> It would be great, If the size is not more than 30K (very useful for
> embedded systems).

Try compiling Expat with XML_DTD undefined and XML_MIN_SIZE defined.
Not sure how well tested this combination is.
--> Tried both ! They resulted in reducing the parser size, but not to my
need !

On Windows this reduces size by abut 20%, but the Dll is still much larger
than what you want. Btw, Expat does only WF-parsing, no validation.
--> Hope eXpat also does DTD validation.

-Chandran.

Karl



More information about the Expat-discuss mailing list