diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-04-17 20:09:19 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-04-17 20:09:19 +0000 |
commit | 95f1eb84e8f19675595193e0ca243d478f89bca5 (patch) | |
tree | 8bbcc37aa5edf9979c1021e3357fd2618798b639 /stylesheets/lfs-chunked2.xsl | |
parent | f9bd7b2798fa93089d5df963ff11d4d61babac87 (diff) |
Updated the stylesheets to use DocBook-XSL 168.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4988 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-chunked2.xsl')
-rw-r--r-- | stylesheets/lfs-chunked2.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/lfs-chunked2.xsl b/stylesheets/lfs-chunked2.xsl index 967162c8a..bdc63f289 100644 --- a/stylesheets/lfs-chunked2.xsl +++ b/stylesheets/lfs-chunked2.xsl @@ -5,7 +5,7 @@ version="1.0"> <!-- We use XHTML --> - <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/docbook.xsl"/> + <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/docbook.xsl"/> <xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/> <!-- Including our others customized elements templates --> |