You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by John Pletka <Jo...@altra.com> on 2001/09/20 20:27:15 UTC

Minimize size of deployment

I'm writing a Com control to be used in a web page and I need to keep the
total download size to a minimum.  The full xerces-c_1_5_1.dll is 1.3M which
is quite a bit too big for what I need.  All I'm doing is SAX parsing of a
stream from an HTTP request.  Is there any way to build a dll that only has
the SAX parser in it?  (Or statically link the parts I need into my own
control)?

Any advice would be helpful.

		Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org