On Wed, 11 Feb 2004 17:21:10 -0800, Mark Goldstein wrote: >Is it possible to build a statically linked version of Xalan that >can be included totally within the Xcode project?
Build your Xcode with a '-static' option added to your gcc options. Otherwise you might consider just embedding the xalan and xerces libs in your app - this is what I do in timian. /Per Jessen best regards, Per Jessen, [EMAIL PROTECTED] http://timian.jessen.ch - an analog report-formatter using XSLT
