Author: manuel
Date: 2007-03-25 04:07:54 -0600 (Sun, 25 Mar 2007)
New Revision: 7979

Modified:
   branches/new-xsl/lfs-chunked.xsl
   branches/new-xsl/lfs-chunked2.xsl
   branches/new-xsl/lfs-nochunks.xsl
   branches/new-xsl/lfs-pdf.xsl
   branches/new-xsl/lfs-profile.xsl
Log:
Making use of docbook-xsl-snapshot files.

Modified: branches/new-xsl/lfs-chunked.xsl
===================================================================
--- branches/new-xsl/lfs-chunked.xsl    2007-03-25 10:02:14 UTC (rev 7978)
+++ branches/new-xsl/lfs-chunked.xsl    2007-03-25 10:07:54 UTC (rev 7979)
@@ -5,8 +5,8 @@
                 version="1.0">
 
   <xsl:import href="lfs-chunked2.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"/>
+  <xsl:import href="docbook-xsl-snapshot/xhtml/chunk-common.xsl"/>
+  <xsl:include href="docbook-xsl-snapshot/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.69.1/xhtml/profile-chunk-code.xsl"/>
+  <xsl:include href="docbook-xsl-snapshot/xhtml/profile-chunk-code.xsl"/>
 
     <!-- Including our others customized chunks templates -->
   <xsl:include href="xhtml/lfs-legalnotice.xsl"/>

Modified: branches/new-xsl/lfs-chunked2.xsl
===================================================================
--- branches/new-xsl/lfs-chunked2.xsl   2007-03-25 10:02:14 UTC (rev 7978)
+++ branches/new-xsl/lfs-chunked2.xsl   2007-03-25 10:07:54 UTC (rev 7979)
@@ -5,7 +5,7 @@
                 version="1.0">
 
     <!-- We use XHTML -->
-  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/docbook.xsl"/>
+  <xsl:import href="docbook-xsl-snapshot/docbook.xsl"/>
   <xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
 
     <!-- Including our others customized elements templates -->

Modified: branches/new-xsl/lfs-nochunks.xsl
===================================================================
--- branches/new-xsl/lfs-nochunks.xsl   2007-03-25 10:02:14 UTC (rev 7978)
+++ branches/new-xsl/lfs-nochunks.xsl   2007-03-25 10:07:54 UTC (rev 7979)
@@ -5,7 +5,7 @@
                 version="1.0">
 
     <!-- We use XHTML -->
-  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/profile-docbook.xsl"/>
+  <xsl:import href="docbook-xsl-snapshot/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/new-xsl/lfs-pdf.xsl
===================================================================
--- branches/new-xsl/lfs-pdf.xsl        2007-03-25 10:02:14 UTC (rev 7978)
+++ branches/new-xsl/lfs-pdf.xsl        2007-03-25 10:07:54 UTC (rev 7979)
@@ -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.69.1/fo/docbook.xsl"/>
+  <xsl:import href="docbook-xsl-snapshot/fo/docbook.xsl"/>
   <xsl:param name="fop.extensions" select="1"/>
   <xsl:param name="draft.mode" select="'no'"/>
 

Modified: branches/new-xsl/lfs-profile.xsl
===================================================================
--- branches/new-xsl/lfs-profile.xsl    2007-03-25 10:02:14 UTC (rev 7978)
+++ branches/new-xsl/lfs-profile.xsl    2007-03-25 10:07:54 UTC (rev 7979)
@@ -4,12 +4,12 @@
                 version="1.0">
 
   <!-- Include common profiling stylesheet -->
-  <xsl:include 
href="http://docbook.sourceforge.net/release/xsl/1.69.1/profiling/profile-mode.xsl"/>
+  <xsl:include href="docbook-xsl-snapshot/profiling/profile-mode.xsl"/>
 
   <!-- Generate DocBook instance with correct DOCTYPE -->
   <xsl:output method="xml"
-              doctype-public="-//OASIS//DTD DocBook XML V4.4//EN"
-              
doctype-system="http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"/>
+              doctype-public="-//OASIS//DTD DocBook XML V4.5//EN"
+              
doctype-system="http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"/>
 
   <!-- Profiling parameters -->
   <xsl:param name="profile.arch" select="''"/>

-- 
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