Author: manuel
Date: 2005-04-13 14:17:11 -0600 (Wed, 13 Apr 2005)
New Revision: 4949

Modified:
   branches/LFS-XSL/lfs-chunked.xsl
   branches/LFS-XSL/lfs-chunked2.xsl
   branches/LFS-XSL/lfs-nochunks.xsl
   branches/LFS-XSL/lfs-pdf.xsl
   branches/LFS-XSL/lfs-profile.xsl
Log:
Updated the DocBook-XSL version to 1.68.1

Modified: branches/LFS-XSL/lfs-chunked.xsl
===================================================================
--- branches/LFS-XSL/lfs-chunked.xsl    2005-04-13 19:58:31 UTC (rev 4948)
+++ branches/LFS-XSL/lfs-chunked.xsl    2005-04-13 20:17:11 UTC (rev 4949)
@@ -5,8 +5,8 @@
                 version="1.0">
 
   <xsl:import href="lfs-chunked2.xsl"/>
-  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/chunk-common.xsl"/>
-  <xsl:include 
href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/manifest.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"/>
 
     <!--  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.67.2/xhtml/profile-chunk-code.xsl"/>
+  <xsl:include 
href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/profile-chunk-code.xsl"/>
 
     <!-- Including our others customized chunks templates -->
   <xsl:include href="xhtml/lfs-legalnotice.xsl"/>

Modified: branches/LFS-XSL/lfs-chunked2.xsl
===================================================================
--- branches/LFS-XSL/lfs-chunked2.xsl   2005-04-13 19:58:31 UTC (rev 4948)
+++ branches/LFS-XSL/lfs-chunked2.xsl   2005-04-13 20:17:11 UTC (rev 4949)
@@ -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 -->

Modified: branches/LFS-XSL/lfs-nochunks.xsl
===================================================================
--- branches/LFS-XSL/lfs-nochunks.xsl   2005-04-13 19:58:31 UTC (rev 4948)
+++ branches/LFS-XSL/lfs-nochunks.xsl   2005-04-13 20:17:11 UTC (rev 4949)
@@ -5,7 +5,7 @@
                 version="1.0">
 
     <!-- We use XHTML -->
-  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/profile-docbook.xsl"/>
+  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/profile-docbook.xsl"/>
 
   <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet 
-->
   <xsl:output method="html" encoding="ISO-8859-1" indent="no" />

Modified: branches/LFS-XSL/lfs-pdf.xsl
===================================================================
--- branches/LFS-XSL/lfs-pdf.xsl        2005-04-13 19:58:31 UTC (rev 4948)
+++ branches/LFS-XSL/lfs-pdf.xsl        2005-04-13 20:17:11 UTC (rev 4949)
@@ -4,7 +4,7 @@
                 xmlns:fo="http://www.w3.org/1999/XSL/Format";
                 version="1.0">
     <!-- We use FO and FOP as the processor -->
-  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/1.67.2/fo/docbook.xsl"/>
+  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/1.68.1/fo/docbook.xsl"/>
   <xsl:param name="fop.extensions" select="1"/>
   <xsl:param name="draft.mode" select="'no'"/>
 

Modified: branches/LFS-XSL/lfs-profile.xsl
===================================================================
--- branches/LFS-XSL/lfs-profile.xsl    2005-04-13 19:58:31 UTC (rev 4948)
+++ branches/LFS-XSL/lfs-profile.xsl    2005-04-13 20:17:11 UTC (rev 4949)
@@ -4,7 +4,7 @@
                 version="1.0">
 
   <!-- Include common profiling stylesheet -->
-  <xsl:include 
href="http://docbook.sourceforge.net/release/xsl/1.67.2/profiling/profile-mode.xsl"/>
+  <xsl:include 
href="http://docbook.sourceforge.net/release/xsl/1.68.1/profiling/profile-mode.xsl"/>
   
   <!-- Generate DocBook instance with correct DOCTYPE -->
   <xsl:output method="xml" 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to