]> granicus.if.org Git - docbook-dsssl/commitdiff
Add better pointer to README for XSLTHL
authorKeith Fahlgren <abdelazer@users.sourceforge.net>
Wed, 25 Feb 2009 00:49:20 +0000 (00:49 +0000)
committerKeith Fahlgren <abdelazer@users.sourceforge.net>
Wed, 25 Feb 2009 00:49:20 +0000 (00:49 +0000)
xsl/RELEASE-NOTES.xml
xsl/fo/verbatim.xsl
xsl/html/verbatim.xsl

index 0641f864ed06238ccd9350da43a767400c849078..819e8b8a3c78c571cbfc5998970177f7151a7715 100644 (file)
@@ -60,6 +60,7 @@ public APIs (user-configurable parameters).</para>
 <sect1 xml:id="V1.74.3">
 <title>Release Notes: 1.74.3</title>
 <para>This release fixes some bugs in the 1.74.2 release.</para>
+<para>See <filename>highlighting/README</filename> for XSLTHL usage instructions.</para>
 </sect1>
 <sect1 xml:id="V1.74.2">
 <title>Release Notes: 1.74.2</title>
index 8e4b243ef78071c340166e91adf12f535060395d..ea2ae6c5bda61deb0c6953dae2f0d8eed5180729 100644 (file)
 
      ******************************************************************** -->
 
-<!-- These stylesheets should be included (in your customization layer
-     or elsewhere) only if you want to use the XSLTHL highlighting tool 
-<xsl:include href="../highlighting/common.xsl"/>
-<xsl:include href="highlight.xsl"/>
-     ... and the next apply-highlighting template should be deleted-->
+<!-- XSLTHL highlighting is turned off by default. See highlighting/README
+     for instructions on how to turn on XSLTHL -->
 <xsl:template name="apply-highlighting">
     <xsl:apply-templates/>
 </xsl:template>
index b2340d76d09bb5a6dfb191f824ab5d89c1e7fec2..430f153d8de2681798aeaf984cfb3c368dfd7425 100644 (file)
 
      ******************************************************************** -->
 
-<!-- These stylesheets should be included (in your customization layer
-     or elsewhere) only if you want to use the XSLTHL highlighting tool 
-<xsl:include href="../highlighting/common.xsl"/>
-<xsl:include href="highlight.xsl"/>
-     ... and the next apply-highlighting template should be deleted-->
+<!-- XSLTHL highlighting is turned off by default. See highlighting/README
+     for instructions on how to turn on XSLTHL -->
 <xsl:template name="apply-highlighting">
     <xsl:apply-templates/>
 </xsl:template>