---------- Forwarded message ---------- From: Nate <[EMAIL PROTECTED]> Date: Sep 15, 2007 12:59 AM Subject: Building Xerces v3.0 To: [EMAIL PROTECTED]
Hello, I have recently built Xerces 3 and statically linked it into an application that was previously running Xerces 2.6. I dumped the symbols and noticed a number of Xerces validation symbols. I read a posting on the mailing list about the Xerces v3 build being able to better control what objects are built in. I would like to shrink my application footprint by removing the validation objects because the application disables the validation feature at runtime. Can someone either point me to some instructions or show me how to do this? I think I could save about 300K if I could remove the validation objects from the build. I searched the Xerces source to see which object caused the compiler to link in the validation files, and I think it is the SAX2XMLReader. Thanks for the help, -Nate
