diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-09-10 11:18:50 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-09-10 11:18:50 +0000 |
commit | 80d66d1587a81148a7558c87fd5cc0d9ebcbf7d3 (patch) | |
tree | 15b59e2693594ac30c9c92510514db9c4fc7a09b /stylesheets/lfs-chunked.xsl | |
parent | 2e02c35ad71fcbd0b932edf49eb9a8d5e49179b1 (diff) |
Updated the stylesheets to use version 1.69.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6820 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-chunked.xsl')
-rw-r--r-- | stylesheets/lfs-chunked.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stylesheets/lfs-chunked.xsl b/stylesheets/lfs-chunked.xsl index 7234248ac..08d620841 100644 --- a/stylesheets/lfs-chunked.xsl +++ b/stylesheets/lfs-chunked.xsl @@ -5,8 +5,8 @@ version="1.0"> <xsl:import href="lfs-chunked2.xsl"/> - <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/chunk-common.xsl"/> - <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/manifest.xsl"/> + <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/chunk-common.xsl"/> + <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/manifest.xsl"/> <!-- From the original chunk.xsl file: @@ -24,7 +24,7 @@ Voila! (Man I hope we can do this better in XSLT 2.0) --> - <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/profile-chunk-code.xsl"/> + <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/profile-chunk-code.xsl"/> <!-- Including our others customized chunks templates --> <xsl:include href="xhtml/lfs-legalnotice.xsl"/> |