J.Pietschmann wrote:
The JRE's lib/endorsed directory worked like a charm! It's tons faster now, also.Drew Davidson wrote:It would appear that way. How do I make it see Saxon first? I tried the <classpath> entry within the <style> task but that apparently doesn't work.
The problem is that the buggy Xalan is in the bootclasspath, because it's part of the JRE. You can move Saxon (or a more recent Xalan) into the JRE's lib/endorsed directory, or fiddle with the bootclasspath if you know what you are doing (you'll need the <java> task for this, I think).
- Drew
--
+---------------------------------+
< Drew Davidson | OGNL Technology >
+---------------------------------+
| Email: [EMAIL PROTECTED] /
| Web: http://www.ognl.org /
| Vox: (520) 531-1966 <
| Fax: (520) 531-1965 \
| Mobile: (520) 405-2967 \
+---------------------------------+
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>