diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-08-05 10:57:41 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-08-05 10:57:41 +0000 |
commit | b56c5fc4a39cf217e858eb823ccde041f517a99b (patch) | |
tree | be60ce4a167140189fe903c159ae6b0025c2786c | |
parent | 7a8e6564e50e91c0fbc07d0490ca96c10c59698f (diff) |
Stylesheet version number changed.
-rw-r--r-- | doc/doc-docbook/MyStyle-chunk-html.xsl | 4 | ||||
-rw-r--r-- | doc/doc-docbook/MyStyle-filter-fo.xsl | 4 | ||||
-rw-r--r-- | doc/doc-docbook/MyStyle-nochunk-html.xsl | 4 | ||||
-rw-r--r-- | doc/doc-docbook/MyStyle-spec-fo.xsl | 4 | ||||
-rw-r--r-- | doc/doc-docbook/MyStyle-txt-html.xsl | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/doc/doc-docbook/MyStyle-chunk-html.xsl b/doc/doc-docbook/MyStyle-chunk-html.xsl index 3a1cb91b2..f2abcd986 100644 --- a/doc/doc-docbook/MyStyle-chunk-html.xsl +++ b/doc/doc-docbook/MyStyle-chunk-html.xsl @@ -1,4 +1,4 @@ -<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-chunk-html.xsl,v 1.1 2005/06/16 10:32:31 ph10 Exp $ --> +<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-chunk-html.xsl,v 1.2 2005/08/05 10:57:41 ph10 Exp $ --> <!-- This stylesheet driver imports the DocBook XML stylesheet for chunked HTML output, and then imports my common stylesheet for HTML output. Finally, it @@ -7,7 +7,7 @@ section chunking). --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> -<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.66.1/xhtml/chunk.xsl"/> +<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.68.1/xhtml/chunk.xsl"/> <xsl:import href="MyStyle-html.xsl"/> diff --git a/doc/doc-docbook/MyStyle-filter-fo.xsl b/doc/doc-docbook/MyStyle-filter-fo.xsl index 33a67336b..49d2a5371 100644 --- a/doc/doc-docbook/MyStyle-filter-fo.xsl +++ b/doc/doc-docbook/MyStyle-filter-fo.xsl @@ -1,4 +1,4 @@ -<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-filter-fo.xsl,v 1.1 2005/06/16 10:32:31 ph10 Exp $ --> +<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-filter-fo.xsl,v 1.2 2005/08/05 10:57:41 ph10 Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> @@ -8,7 +8,7 @@ all forms of output. Then it imports my FO stylesheet that contains changes for all printed output. Finally, there are some changes that apply only when printing the filter document. --> -<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.66.1/fo/docbook.xsl"/> +<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.68.1/fo/docbook.xsl"/> <xsl:import href="MyStyle.xsl"/> <xsl:import href="MyStyle-fo.xsl"/> diff --git a/doc/doc-docbook/MyStyle-nochunk-html.xsl b/doc/doc-docbook/MyStyle-nochunk-html.xsl index d067173a3..9aa2dd22b 100644 --- a/doc/doc-docbook/MyStyle-nochunk-html.xsl +++ b/doc/doc-docbook/MyStyle-nochunk-html.xsl @@ -1,11 +1,11 @@ -<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-nochunk-html.xsl,v 1.1 2005/06/16 10:32:31 ph10 Exp $ --> +<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-nochunk-html.xsl,v 1.2 2005/08/05 10:57:41 ph10 Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> <!-- This stylesheet driver imports the DocBook XML stylesheet for unchunked HTML output, and then imports my common stylesheet for HTML output. --> -<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.66.1/xhtml/docbook.xsl"/> +<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.68.1/xhtml/docbook.xsl"/> <xsl:import href="MyStyle-html.xsl"/> </xsl:stylesheet> diff --git a/doc/doc-docbook/MyStyle-spec-fo.xsl b/doc/doc-docbook/MyStyle-spec-fo.xsl index ead674c7c..c5fa9ad0a 100644 --- a/doc/doc-docbook/MyStyle-spec-fo.xsl +++ b/doc/doc-docbook/MyStyle-spec-fo.xsl @@ -1,4 +1,4 @@ -<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-spec-fo.xsl,v 1.1 2005/06/16 10:32:31 ph10 Exp $ --> +<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-spec-fo.xsl,v 1.2 2005/08/05 10:57:41 ph10 Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> @@ -8,7 +8,7 @@ all forms of output. Then it imports my FO stylesheet that contains changes for all printed output. Finally, there are some changes that apply only when printing the Exim specification document. --> -<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.66.1/fo/docbook.xsl"/> +<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.68.1/fo/docbook.xsl"/> <xsl:import href="MyStyle.xsl"/> <xsl:import href="MyStyle-fo.xsl"/> diff --git a/doc/doc-docbook/MyStyle-txt-html.xsl b/doc/doc-docbook/MyStyle-txt-html.xsl index 7ec02ec5c..14a0939d6 100644 --- a/doc/doc-docbook/MyStyle-txt-html.xsl +++ b/doc/doc-docbook/MyStyle-txt-html.xsl @@ -1,4 +1,4 @@ -<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-txt-html.xsl,v 1.1 2005/06/16 10:32:31 ph10 Exp $ --> +<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-txt-html.xsl,v 1.2 2005/08/05 10:57:41 ph10 Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> @@ -7,7 +7,7 @@ HTML output, and then imports my common stylesheet for HTML output. Then it adds an instruction to use "(c)" for copyright rather than the Unicode character. --> -<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.66.1/xhtml/docbook.xsl"/> +<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.68.1/xhtml/docbook.xsl"/> <xsl:import href="MyStyle-html.xsl"/> <xsl:template name="dingbat.characters"> |