diff options
author | Nigel Metheringham <nigel@exim.org> | 2010-05-30 18:16:12 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2010-05-30 18:16:12 +0000 |
commit | c914af0d9a981304605617dfc9695c8c4371be43 (patch) | |
tree | 3c37ad163b63fb4949732062077b52cc3c55e5a8 | |
parent | 179c5980e1cb3ac8ec4e73ebeca46f6d51109df9 (diff) |
Revert previous incorrect change to XSL files.
-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 d042f5cea..0c610cded 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.6 2010/05/28 15:38:18 nm4 Exp $ --> +<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-chunk-html.xsl,v 1.7 2010/05/30 18:16:12 nm4 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/xml/docbook/stylesheet/nwalsh/1.71.1/xhtml/chunk.xsl"/> +<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.70.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 c339b1071..6261f69da 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.4 2010/05/28 15:38:18 nm4 Exp $ --> +<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-filter-fo.xsl,v 1.5 2010/05/30 18:16:12 nm4 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/xml/docbook/stylesheet/nwalsh/1.71.1/fo/docbook.xsl"/> +<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.70.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 9bd7b1f13..64d5ec036 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.4 2010/05/28 15:38:18 nm4 Exp $ --> +<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-nochunk-html.xsl,v 1.5 2010/05/30 18:16:12 nm4 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/xml/docbook/stylesheet/nwalsh/1.71.1/xhtml/docbook.xsl"/> +<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.70.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 c9694bd17..abbbd1c30 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.6 2010/05/28 15:38:18 nm4 Exp $ --> +<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-spec-fo.xsl,v 1.7 2010/05/30 18:16:12 nm4 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/xml/docbook/stylesheet/nwalsh/1.71.1/fo/docbook.xsl"/> +<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.70.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 2b21fb536..e62386200 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.4 2010/05/28 15:38:18 nm4 Exp $ --> +<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-txt-html.xsl,v 1.5 2010/05/30 18:16:12 nm4 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/xml/docbook/stylesheet/nwalsh/1.71.1/xhtml/docbook.xsl"/> +<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.70.1/xhtml/docbook.xsl"/> <xsl:import href="MyStyle-html.xsl"/> <xsl:template name="dingbat.characters"> |