From d047fa1fa10b7de4be9113a7c9404f21a086b0b2 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sat, 29 Sep 2001 17:00:58 +0000 Subject: [PATCH] Improved instructions for using Saxon/Xalan extensions --- xsl/docsrc/extensions.xml | 52 +++++++++++++++++++++++++++++++++++---- 1 file changed, 47 insertions(+), 5 deletions(-) diff --git a/xsl/docsrc/extensions.xml b/xsl/docsrc/extensions.xml index 5122effc7..beb104492 100644 --- a/xsl/docsrc/extensions.xml +++ b/xsl/docsrc/extensions.xml @@ -1,9 +1,8 @@ -Saxon Extensions +Extensions -Beginning with release 1.25, the DocBook XSL Stylesheets include -a set of Java extensions for Saxon. +Extensions are supported in recent releases of Saxon and Xalan. These extensions enable callouts, numbered program listings, and the direct inclusion of text: @@ -73,11 +72,23 @@ both a line and a column.) +
+Saxon Extensions + +The DocBook XSL Stylesheets include a set of Java extensions for +Saxon. +
Installation The extensions are included in the distribution in -extensions/nwalsh.jar. Just make sure that jar -file is in your CLASSPATH when you run Saxon. +extensions/saxon642.jar and +extensions/saxon643.jar. Use the former for Saxon +version 6.4.2 and the latter for Saxon 6.4.3 or Saxon 6.4.4. Saxon +version 6.4.1 and all prior releases contained a significant bug, they +are not supported. + +Just make sure that the right jar file is in your CLASSPATH when +you run Saxon.
@@ -92,5 +103,36 @@ by default. To enable the extensions, turn on .
+ + +
+Xalan Extensions + +The DocBook XSL Stylesheets include a set of Java extensions for +XalanJ version 2. Extensions are not provided for XalanC at this time. + +
Installation + +The extensions are included in the distribution in +extensions/xalan2.jar. +Xalan 1 is not supported. + +Just make sure that the jar file is in your CLASSPATH when +you run Xalan. + +
+ +
Using the Extensions + +For compatibility with other processors, the extensions are disabled +by default. To enable the extensions, turn on +$xalan.extensions, for example by passing +-PARAM xalan.extensions 1 to Xalan. + +For more control over the specific extensions, see +. +
+
-- 2.50.1