|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (4)
View Page History{note}
For version previous to 2.5.0, you have to use Java *endorsed* mechanism to work with XSL style sheets of more than 1000 lines.
To work with XSL style sheets of more than 1000 lines, you have to use another engine than the default one shipped with Java (which is Xalan 2.7.0).
{note}
This is due to a bug of Xalan (provided by default by the JVM as XSLT engine). To by-pass it, you have to use a newer version of Xalan (2.7.1 \+). Since the JDK already embeds Xalan, you have to force it to use your version with the [Java *endorsed* mechanism|http://download.oracle.com/javase/6/docs/technotes/guides/standards/index.html].
Since version 2.5.0, the default XSLT engine is Saxon that works correctly with big XSL style sheets.
Since version 2.5.0, the default XSLT engine is Saxon that works correctly with big XSL style sheets.
This is due to [a bug of Xalan|https://issues.apache.org/jira/browse/XALANJ-1324] of versions previous than 2.7.1. To bypass it, you have to use a newer version of Xalan (2.7.1 \+) or another XSLT engine using a Shared-Library.
{multi-excerpt}