I have a question ..
I am using FOP 0.20.5. I also have Saxon 8.4 ..
FOP by default uses Xalan-J. Can I somehow use Saxon
(instead of Xalan-J) during 1st phase of FO
processing?
I modified fop.bat file as below -
set LOCALCLASSPATH=%LOCAL_FOP_HOME%build\fop.jar
rem set
LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xml-apis.jar
rem set
LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xercesImpl-2.2.1.jar
rem set
LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xalan-2.4.1.jar
set
LOCALCLASSPATH=%LOCALCLASSPATH%;C:\xml\saxonsa8-4\saxon8.jar
But FOP seems "not to select Saxon" ..
Also, is it advisable to run FOP like this (i.e. with
not using Xalan) ..?
Regards,
Mukul
__________________________________
Discover Yahoo!
Stay in touch with email, IM, photo sharing and more. Check it out!
http://discover.yahoo.com/stayintouch.html
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--