From: Jirka Kosek Date: Wed, 29 Apr 2009 20:37:52 +0000 (+0000) Subject: Inclusion of highlighting code was simplified. Only one import is now necessary. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15c235e20cda76f7d7dd17eec6c571165c013100;p=docbook-dsssl Inclusion of highlighting code was simplified. Only one import is now necessary. --- diff --git a/xsl/fo/highlight.xsl b/xsl/fo/highlight.xsl index ae9c71fda..2ed68d43d 100644 --- a/xsl/fo/highlight.xsl +++ b/xsl/fo/highlight.xsl @@ -15,6 +15,8 @@ ******************************************************************** --> + + diff --git a/xsl/highlighting/README b/xsl/highlighting/README index 5291d1c8f..0b31d32f4 100644 --- a/xsl/highlighting/README +++ b/xsl/highlighting/README @@ -2,8 +2,7 @@ To use the syntax higlighting extension with DocBook-XSL 1.74.3+, you must: 1. Use a processor that works with the extension: Saxon 6 or Xalan-J. 2. Add the latest version of xslthl-2.X.X.jar to your classpath. 3. Set the highlight.source parameter to 1. -4. Import into your customization two stylesheet modules, - highlighting/common.xsl and one of the following: +4. Import into your customization one of the following stylesheet module: * html/highlight.xsl * xhtml/highlight.xsl * xhtml-1_1/highlight.xsl diff --git a/xsl/html/highlight.xsl b/xsl/html/highlight.xsl index 082750611..6c9c34223 100644 --- a/xsl/html/highlight.xsl +++ b/xsl/html/highlight.xsl @@ -14,6 +14,8 @@ ******************************************************************** --> + +