Author: ken
Date: 2006-05-16 05:55:46 -0600 (Tue, 16 May 2006)
New Revision: 7622
Modified:
trunk/editor-manual/chapter01/changelog.xml
trunk/editor-manual/general.ent
trunk/editor-manual/stylesheets/lfs-chunked.xsl
trunk/editor-manual/stylesheets/lfs-chunked2.xsl
trunk/editor-manual/stylesheets/lfs-nochunks.xsl
trunk/editor-manual/stylesheets/lfs-pdf.xsl
trunk/editor-manual/stylesheets/lfs-profile.xsl
Log:
Update xsl stylesheets in the guide to 1.69.1 to match the book.
Modified: trunk/editor-manual/chapter01/changelog.xml
===================================================================
--- trunk/editor-manual/chapter01/changelog.xml 2006-05-16 01:33:31 UTC (rev
7621)
+++ trunk/editor-manual/chapter01/changelog.xml 2006-05-16 11:55:46 UTC (rev
7622)
@@ -28,6 +28,11 @@
<listitem><para>Changelog Entries:</para>
<itemizedlist>
+ <listitem><para>May 16, 2006 [ken]</para>
+ <itemizedlist>
+ <listitem><para>stylesheets: Updated to 1.69.1.</para></listitem>
+ </itemizedlist>
+ </listitem>
<listitem><para>May 15, 2006 [ken]</para>
<itemizedlist>
<listitem><para>chapter04/commenting.xml: Added, to document the use of
FIXME:.</para></listitem>
Modified: trunk/editor-manual/general.ent
===================================================================
--- trunk/editor-manual/general.ent 2006-05-16 01:33:31 UTC (rev 7621)
+++ trunk/editor-manual/general.ent 2006-05-16 11:55:46 UTC (rev 7622)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "20060515">
-<!ENTITY releasedate "May 15th, 2006">
+<!ENTITY version "20060516">
+<!ENTITY releasedate "May 16th, 2006">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
Modified: trunk/editor-manual/stylesheets/lfs-chunked.xsl
===================================================================
--- trunk/editor-manual/stylesheets/lfs-chunked.xsl 2006-05-16 01:33:31 UTC
(rev 7621)
+++ trunk/editor-manual/stylesheets/lfs-chunked.xsl 2006-05-16 11:55:46 UTC
(rev 7622)
@@ -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"/>
Modified: trunk/editor-manual/stylesheets/lfs-chunked2.xsl
===================================================================
--- trunk/editor-manual/stylesheets/lfs-chunked2.xsl 2006-05-16 01:33:31 UTC
(rev 7621)
+++ trunk/editor-manual/stylesheets/lfs-chunked2.xsl 2006-05-16 11:55:46 UTC
(rev 7622)
@@ -5,7 +5,7 @@
version="1.0">
<!-- We use XHTML -->
- <xsl:import
href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/docbook.xsl"/>
+ <xsl:import
href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/docbook.xsl"/>
<xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
<!-- Including our others customized elements templates -->
Modified: trunk/editor-manual/stylesheets/lfs-nochunks.xsl
===================================================================
--- trunk/editor-manual/stylesheets/lfs-nochunks.xsl 2006-05-16 01:33:31 UTC
(rev 7621)
+++ trunk/editor-manual/stylesheets/lfs-nochunks.xsl 2006-05-16 11:55:46 UTC
(rev 7622)
@@ -5,7 +5,7 @@
version="1.0">
<!-- We use XHTML -->
- <xsl:import
href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/profile-docbook.xsl"/>
+ <xsl:import
href="http://docbook.sourceforge.net/release/xsl/1.69.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: trunk/editor-manual/stylesheets/lfs-pdf.xsl
===================================================================
--- trunk/editor-manual/stylesheets/lfs-pdf.xsl 2006-05-16 01:33:31 UTC (rev
7621)
+++ trunk/editor-manual/stylesheets/lfs-pdf.xsl 2006-05-16 11:55:46 UTC (rev
7622)
@@ -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.68.1/fo/docbook.xsl"/>
+ <xsl:import
href="http://docbook.sourceforge.net/release/xsl/1.69.1/fo/docbook.xsl"/>
<xsl:param name="fop.extensions" select="1"/>
<xsl:param name="draft.mode" select="'no'"/>
Modified: trunk/editor-manual/stylesheets/lfs-profile.xsl
===================================================================
--- trunk/editor-manual/stylesheets/lfs-profile.xsl 2006-05-16 01:33:31 UTC
(rev 7621)
+++ trunk/editor-manual/stylesheets/lfs-profile.xsl 2006-05-16 11:55:46 UTC
(rev 7622)
@@ -4,7 +4,7 @@
version="1.0">
<!-- Include common profiling stylesheet -->
- <xsl:include
href="http://docbook.sourceforge.net/release/xsl/1.68.1/profiling/profile-mode.xsl"/>
+ <xsl:include
href="http://docbook.sourceforge.net/release/xsl/1.69.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