summaryrefslogtreecommitdiff
path: root/doc/doc-docbook/MyStyle-chunk-html.xsl
diff options
context:
space:
mode:
authorTom Kistner <tom@duncanthrax.net>2009-06-30 17:36:39 +0000
committerTom Kistner <tom@duncanthrax.net>2009-06-30 17:36:39 +0000
commitc72d2505a1a1bbafd2cbc66f969853681427a4ba (patch)
tree6eae1dced15d58f3ffad0a90f0c72acf51111bd3 /doc/doc-docbook/MyStyle-chunk-html.xsl
parentc8307c12debe200307fd8ffe5539c9170dc1e8a5 (diff)
Fix errors preventing compilation
Diffstat (limited to 'doc/doc-docbook/MyStyle-chunk-html.xsl')
-rw-r--r--doc/doc-docbook/MyStyle-chunk-html.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-docbook/MyStyle-chunk-html.xsl b/doc/doc-docbook/MyStyle-chunk-html.xsl
index 0fef8e62a..c323a72bf 100644
--- a/doc/doc-docbook/MyStyle-chunk-html.xsl
+++ b/doc/doc-docbook/MyStyle-chunk-html.xsl
@@ -1,4 +1,4 @@
-<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-chunk-html.xsl,v 1.3 2006/12/19 12:28:35 ph10 Exp $ -->
+<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-chunk-html.xsl,v 1.4 2009/06/30 17:36:39 tom Exp $ -->
<!-- This stylesheet driver imports the DocBook XML stylesheet for chunked
HTML output, and then imports my common stylesheet for HTML output. Finally, it
@@ -7,7 +7,7 @@ section chunking). -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
-<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.70.1/xhtml/chunk.xsl"/>
+<xsl:import href="/home/tom/share/xml/docbook/xsl/1.73.2/xhtml/chunk.xsl"/>
<xsl:import href="MyStyle-html.xsl"/>