<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl"/>
+ <xsl:import href="http://cdn.docbook.org/release/xsl/current/htmlhelp/htmlhelp.xsl"/>
<xsl:import href="./html-common.xsl"/>
<xsl:param name="htmlhelp.hhc.show.root" select="0"></xsl:param>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
+ <xsl:import href="http://cdn.docbook.org/release/xsl/current/html/chunk.xsl"/>
<xsl:import href="./html-common.xsl"/>
</xsl:stylesheet>
defaultSettings.put(KEY_NEWLINE, NewlineEnum.CRLF.getKey());\r
defaultSettings.put(KEY_STYLESHEET_VERSION, "1.0");\r
defaultSettings.put(KEY_IMPORT_FILE,\r
- "http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl;");\r
+ "http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl;");\r
return defaultSettings;\r
}\r
\r
option_save.stylesheet_version=Verze XSL stylu\r
option_save.stylesheet_version.description=Verze XSL stylu, např. <xsl:stylesheet version="1.0">.\r
option_save.import_file=Importovaný styl \r
-option_save.import_file.description=Standardní XSL styl importovaný editovaným XSL stylem, např. <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>. Write down path separated by ';'.\r
+option_save.import_file.description=Standardní XSL styl importovaný editovaným XSL stylem, např. <xsl:import href="http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl"/>. Write down path separated by ';'.\r
\r
# open file\r
open_file.title=Otevírání souboru\r
button.ok=OK\r
\r
#url\r
-url.parameter_description=http://docbook.sourceforge.net/release/xsl/current/doc/fo/{0}.html\r
+url.parameter_description=http://cdn.docbook.org/release/xsl/current/doc/fo/{0}.html\r
\r
#color editor\r
component.color_editor.title=Editor barev\r
option_save.stylesheet_version=Stylesheet version\r
option_save.stylesheet_version.description=Stylesheet version, e.g. <xsl:stylesheet version="1.0">.\r
option_save.import_file=Imported stylesheet \r
-option_save.import_file.description=Standard stylesheet file imported by edited stylesheet, e.g. <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>. Write down path separated by ';'.\r
+option_save.import_file.description=Standard stylesheet file imported by edited stylesheet, e.g. <xsl:import href="http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl"/>. Write down path separated by ';'.\r
\r
# open file\r
open_file.title=Opening file\r
button.ok=OK\r
\r
#url\r
-url.parameter_description=http://docbook.sourceforge.net/release/xsl/current/doc/fo/{0}.html\r
+url.parameter_description=http://cdn.docbook.org/release/xsl/current/doc/fo/{0}.html\r
\r
#color editor\r
component.color_editor.title=Color Editor\r
<xsl:comment> * This modified version of markup.xsl is used as part of </xsl:comment>
<xsl:comment> * the internal build of the DocBook Project XSL Stylesheets </xsl:comment>
<xsl:comment> * </xsl:comment>
- <xsl:comment> * http://docbook.sourceforge.net/release/xsl/current/ </xsl:comment>
+ <xsl:comment> * http://cdn.docbook.org/release/xsl/current/ </xsl:comment>
<xsl:comment> * </xsl:comment>
<xsl:comment> * Copyright 2007 The DocBook Project <docbook-developers@sf.net> </xsl:comment>
<xsl:comment> * </xsl:comment>
version="1.0">
<!-- Adjust this path as necessary -->
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.64.1/htmlhelp/htmlhelp.xsl"/>
+ <xsl:import href="http://cdn.docbook.org/release/xsl/1.64.1/htmlhelp/htmlhelp.xsl"/>
<xsl:include href="htmlhelp-common.xsl"/>
<!-- Five new parameters: -->
xmlns:fo="http://www.w3.org/1999/XSL/Format"
version="1.0">
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
+<xsl:import href="http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl"/>
<xsl:output indent="yes"/>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
+<xsl:import href="http://cdn.docbook.org/release/xsl/current/html/docbook.xsl"/>
<xsl:template name="resume-name">
<xsl:apply-templates select="/article/articleinfo/address/firstname"/>
<!-- Generate an S5 slide show. See http://www.meyerweb.com/eric/tools/s5/ -->
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
+<xsl:import href="http://cdn.docbook.org/release/xsl/current/xhtml/docbook.xsl"/>
<xsl:template match="/">
<xsl:apply-templates/>
<!-- ==================================================================== -->
<!-- must wait until xml catalogs are working...-->
-<!-- <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/> -->
+<!-- <xsl:import href="http://cdn.docbook.org/release/xsl/current/html/docbook.xsl"/> -->
<!--
<xsl:include href="website-tabular.xsl"/>
<!-- ==================================================================== -->
<!-- must wait until xml catalogs are working...-->
-<!-- <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/> -->
+<!-- <xsl:import href="http://cdn.docbook.org/release/xsl/current/html/docbook.xsl"/> -->
<!--
<xsl:include href="website-tabular.xsl"/>
data: "<!-- Do not edit this file by hand! -->")
&RE;
(make formatting-instruction
- data: "<!-- See http://docbook.sourceforge.net/ -->")
+ data: "<!-- See http://cdn.docbook.org/ -->")
&RE;
&RE;
<xsl:text> </xsl:text>
<xsl:comment> Do not edit this file by hand! </xsl:comment>
<xsl:text> </xsl:text>
- <xsl:comment> See http://docbook.sourceforge.net/ </xsl:comment>
+ <xsl:comment> See http://cdn.docbook.org/ </xsl:comment>
<xsl:text> </xsl:text>
<xsl:comment> To update this file: edit the corresponding document at </xsl:comment>
<xsl:text> </xsl:text>
<xsl:text> </xsl:text>
<xsl:comment> This file is part of the XSL DocBook Stylesheet distribution. </xsl:comment>
<xsl:text> </xsl:text>
- <xsl:comment> See ../README or http://docbook.sf.net/release/xsl/current/ for </xsl:comment>
+ <xsl:comment> See ../README or http://cdn.docbook.org/release/xsl/current/ for </xsl:comment>
<xsl:text> </xsl:text>
<xsl:comment> copyright and other information. </xsl:comment>
<xsl:text> </xsl:text>
xmlns:verb="com.nwalsh.saxon.Verbatim"
exclude-result-prefixes="verb src"
version="1.0">
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
+ <xsl:import href="http://cdn.docbook.org/release/xsl/current/html/docbook.xsl"/>
<src:fragref linkend="init"/>
<src:fragref linkend="proc-html-fragment"/>
xmlns:verb="com.nwalsh.saxon.Verbatim"
exclude-result-prefixes="verb src"
version="1.0">
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
+ <xsl:import href="http://cdn.docbook.org/release/xsl/current/html/chunk.xsl"/>
<src:fragref linkend="init"/>
<src:fragref linkend="proc-html-fragment"/>
exclude-result-prefixes="verb src fo"
version="1.0">
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
+ <xsl:import href="http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl"/>
<xsl:param name="page.margin.outer" select="'1in'"/>
<xsl:param name="title.margin.left" select="'-0pt'"/>
# RELEASE-NOTES.xml to RELEASE-NOTES.html
DOC_LINK_STYLE=$(RELEASEDOC_STYLESHEETS)/doc-link-docbook.xsl
-DOC_BASEURI=http://docbook.sourceforge.net/release/xsl/current/doc/
+DOC_BASEURI=http://cdn.docbook.org/release/xsl/current/doc/
# RELEASE-NOTES.xml to RELEASE-NOTES.pdf
DBX_STYLE=$(RELEASEDOC_STYLESHEETS)/dblatex-release-notes.xsl
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<xsl:param name="BRANCH">
<xsl:value-of select="string(document('VERSION.xsl')//fm:Branch[1])"/>
</xsl:param>
-<xsl:param name="URI_BASE">http://docbook.sourceforge.net/release</xsl:param>
+<xsl:param name="URI_BASE">http://cdn.docbook.org/release</xsl:param>
<xsl:param name="DISTRO"/>
<xsl:param name="SUBDIR">current</xsl:param>
<!-- * This modified version of markup.xsl is used as part of -->
<!-- * the internal build of the DocBook Project XSL Stylesheets -->
<!-- * -->
-<!-- * http://docbook.sourceforge.net/release/xsl/current/ -->
+<!-- * http://cdn.docbook.org/release/xsl/current/ -->
<!-- * -->
<!-- * Copyright 2007 The DocBook Project <docbook-developers@sf.net> -->
<!-- * -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!--
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
+ <xsl:import href="http://cdn.docbook.org/release/xsl/current/html/docbook.xsl"/>
<xsl:param name="tbl.font.title">B</xsl:param>
<xsl:param name="tbl.font.headings">B</xsl:param>
-->
xmlns:fo="http://www.w3.org/1999/XSL/Format"
version="1.0">
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
+<xsl:import href="http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl"/>
<xsl:include href="titlepage-fo.xsl"/>
<!-- ====================================================================== -->
exclude-result-prefixes="l xl"
version="1.0">
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
+ <xsl:import href="http://cdn.docbook.org/release/xsl/current/html/docbook.xsl"/>
<xsl:param name="admon.graphics" select="1"></xsl:param>
<xsl:param name="section.autolabel" select="1"></xsl:param>
* <xsl:stylesheet
* xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
* version='1.0'>
- * <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl"/>
+ * <xsl:import href="http://cdn.docbook.org/release/xsl/current/htmlhelp/htmlhelp.xsl"/>
* <xsl:output method="html" encoding="WINDOWS-1252" indent="no"/>
* <xsl:param name="htmlhelp.encoding" select="'WINDOWS-1252'"></xsl:param>
* <xsl:param name="chunker.output.encoding" select="'WINDOWS-1252'"></xsl:param>
<xsl:param name="BRANCH">
<xsl:value-of select="string(document('VERSION.xsl')//fm:Branch[1])"/>
</xsl:param>
-<xsl:param name="URI_BASE">http://docbook.sourceforge.net/release</xsl:param>
+<xsl:param name="URI_BASE">http://cdn.docbook.org/release</xsl:param>
<xsl:param name="DISTRO"/>
<xsl:param name="SUBDIR">current</xsl:param>
-. http://docbook.sourceforge.net/release/xsl/current/
+. http://cdn.docbook.org/release/xsl/current/
-To view a list of all open DocBook Project XSL stylesheet bugs:
+To view a list of all open DocBook Project XSL stylesheet bugs or
+to submit a bug report against the stylesheets:
- http://docbook.sf.net/tracker/xsl/bugs
-
-To submit a bug report against the stylesheets:
-
- http://docbook.sf.net/tracker/submit/bug
-
-To do a full-text search of all DocBook Project issues:
-
- http://docbook.sf.net/tracker/search
+ https://github.com/docbook/xslt10-stylesheets/issues
Discussion about the DocBook Project XSL stylesheets takes place
on the docbook-apps mailing list:
# list of pathname+URIs to test for catalog support
URILIST = \
-.\ http://docbook.sourceforge.net/release/xsl/current/
+.\ http://cdn.docbook.org/release/xsl/current/
DIRS=common lib html fo manpages htmlhelp javahelp eclipse roundtrip slides website extensions xhtml xhtml-1_1 webhelp xhtml5 epub3
----------------------------------------------------------------------
The base canonical URI for these stylesheets is:
- http://docbook.sourceforge.net/release/xsl/current/
+ http://cdn.docbook.org/release/xsl/current/
You call any of the stylesheets in this distribution by doing one
of the following:
- Use the base canonical URI in combination with one of the
pathnames below. For example, for "chunked" HTML, output:
- http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
+ http://cdn.docbook.org/release/xsl/current/html/chunk.xsl
If your system has a working XML Catalog or SGML Catalog setup
(most Linux systems do), then that URI will automatically be
NOTE: The catalog-install script "installs" some XML Catalog
settings in your environment so xsltproc/saxon will resolve the
- http://docbook.sourceforge.net/release/xsl/current/ canonical
+ http://cdn.docbook.org/release/xsl/current/ canonical
URL to the working directory you're actually building in
(instead of to whatever it would normally resolve to).
<para condition="dot-zero;dot-one-plus">This release-notes
document is available in the following formats:
<link
- xlink:href="http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.html"
+ xlink:href="http://cdn.docbook.org/release/xsl/current/RELEASE-NOTES.html"
>HTML</link>,
<!--
<link
- xlink:href="http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.pdf"
+ xlink:href="http://cdn.docbook.org/release/xsl/current/RELEASE-NOTES.pdf"
>PDF</link>, -->
<link
- xlink:href="http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.txt"
+ xlink:href="http://cdn.docbook.org/release/xsl/current/RELEASE-NOTES.txt"
>plain text</link>; it provides a per-release list
of enhancements and changes to the stylesheets’ public APIs
(user-configurable parameters) and excludes descriptions of most
<para><literal>Michael(tm) Smith: info.xsl</literal></para><screen><phrase role="commit-message">If a source refentry contains a Documentation or DOCUMENTATION
section, don't report it as having missing AUTHOR information.
Also, if missing a contrib/personblurb for a person or org, report
-pointers to http://docbook.sf.net/el/personblurb and to
-http://docbook.sf.net/el/contrib</phrase></screen>
+pointers to http://www.docbook.org/tdg5/en/html/personblurb and to
+http://www.docbook.org/tdg5/en/html/contrib</phrase></screen>
</listitem>
<listitem>
<para><literal>Michael(tm) Smith: info.xsl</literal></para><screen><phrase role="commit-message">If we encounter an author|editor|othercredit instance that lacks a
<listitem>
<para>The reference documentation that ships with the
release now includes <link
- xlink:href="http://docbook.sourceforge.net/release/xsl/current/doc/pi/"
+ xlink:href="http://cdn.docbook.org/release/xsl/current/doc/pi/"
>documentation on all PIs</link> that you can use to
control output from the stylesheets.</para>
</listitem>
stylesheets into the DocBook XSL stylesheets package. So,
for example, Website documents can now be processed using
the following URI for the driver Website
- <filename>tabular.xsl</filename> file: <literallayout class="monospaced"><uri>http://docbook.sourceforge.net/release/xsl/current/website/tabular.xsl</uri></literallayout></para>
+ <filename>tabular.xsl</filename> file: <literallayout class="monospaced"><uri>http://cdn.docbook.org/release/xsl/current/website/tabular.xsl</uri></literallayout></para>
</listitem>
<listitem>
<para>A <tag>procedure</tag> without a <tag>title</tag> is
<screen> <xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'>
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl"/>
+ <xsl:import href="http://cdn.docbook.org/release/xsl/current/htmlhelp/htmlhelp.xsl"/>
<xsl:output method="html" encoding="WINDOWS-1252" indent="no"/>
<xsl:param name="htmlhelp.encoding" select="'WINDOWS-1252'"></xsl:param>
<xsl:param name="chunker.output.encoding" select="'WINDOWS-1252'"></xsl:param>
<programlisting><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
-<xsl:include href="http://docbook.sourceforge.net/release/xsl/current/fo/autoidx-ng.xsl"/>
+<xsl:import href="http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl"/>
+<xsl:include href="http://cdn.docbook.org/release/xsl/current/fo/autoidx-ng.xsl"/>
</xsl:stylesheet></programlisting>
<para>New method is known to work with Saxon and it should also work
<!-- ********************************************************************
This file is part of the DocBook XSL Stylesheet distribution.
- See ../README or http://docbook.sf.net/ for copyright
+ See ../README or http://cdn.docbook.org/ for copyright
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the DocBook XSL Stylesheet distribution.
- See ../README or http://docbook.sf.net/ for copyright
+ See ../README or http://cdn.docbook.org/ for copyright
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
sorting (and other things) by various templates.
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
This file contains localization templates (for internationalization)
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the DocBook XSL Stylesheet distribution.
- See ../README or http://docbook.sf.net/ for copyright
+ See ../README or http://cdn.docbook.org/ for copyright
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<xsl:with-param name="source" select="$refname"/>
<xsl:with-param name="context-desc">meta manvol</xsl:with-param>
<xsl:with-param name="message">
- <xsl:text>see http://docbook.sf.net/el/manvolnum</xsl:text>
+ <xsl:text>see http://www.docbook.org/tdg5/en/html/manvolnum</xsl:text>
</xsl:with-param>
</xsl:call-template>
</xsl:if>
<!-- * <xsl:with-param name="source" select="$refname"/> -->
<!-- * <xsl:with-param name="context-desc">meta date</xsl:with-param> -->
<!-- * <xsl:with-param name="message"> -->
- <!-- * <xsl:text>see http://docbook.sf.net/el/date</xsl:text> -->
+ <!-- * <xsl:text>see http://www.docbook.org/tdg5/en/html/date</xsl:text> -->
<!-- * </xsl:with-param> -->
<!-- * </xsl:call-template> -->
<!-- * </xsl:if> -->
<xsl:with-param name="source" select="$refname"/>
<xsl:with-param name="context-desc">meta source</xsl:with-param>
<xsl:with-param name="message">
- <xsl:text>see http://docbook.sf.net/el/productname</xsl:text>
+ <xsl:text>see http://www.docbook.org/tdg5/en/html/productname</xsl:text>
</xsl:with-param>
</xsl:call-template>
<xsl:call-template name="log.message">
<xsl:with-param name="source" select="$refname"/>
<xsl:with-param name="context-desc">meta source</xsl:with-param>
<xsl:with-param name="message">
- <xsl:text>see http://docbook.sf.net/el/refmiscinfo</xsl:text>
+ <xsl:text>see http://www.docbook.org/tdg5/en/html/refmiscinfo</xsl:text>
</xsl:with-param>
</xsl:call-template>
</xsl:template>
<xsl:with-param name="source" select="$refname"/>
<xsl:with-param name="context-desc">meta version</xsl:with-param>
<xsl:with-param name="message">
- <xsl:text>see http://docbook.sf.net/el/productnumber</xsl:text>
+ <xsl:text>see http://www.docbook.org/tdg5/en/html/productnumber</xsl:text>
</xsl:with-param>
</xsl:call-template>
<xsl:call-template name="log.message">
<xsl:with-param name="source" select="$refname"/>
<xsl:with-param name="context-desc">meta version</xsl:with-param>
<xsl:with-param name="message">
- <xsl:text>see http://docbook.sf.net/el/refmiscinfo</xsl:text>
+ <xsl:text>see http://www.docbook.org/tdg5/en/html/refmiscinfo</xsl:text>
</xsl:with-param>
</xsl:call-template>
</xsl:template>
<xsl:with-param name="source" select="$refname"/>
<xsl:with-param name="context-desc">meta manual</xsl:with-param>
<xsl:with-param name="message">
- <xsl:text>see http://docbook.sf.net/el/refmiscinfo</xsl:text>
+ <xsl:text>see http://www.docbook.org/tdg5/en/html/refmiscinfo</xsl:text>
</xsl:with-param>
</xsl:call-template>
</xsl:template>
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<itemizedlist>
<listitem>
<para><link
- xlink:href="http://docbook.sourceforge.net/release/xsl/current/doc/reference.html"
+ xlink:href="http://cdn.docbook.org/release/xsl/current/doc/reference.html"
>HTML</link>,
<link
- xlink:href="http://docbook.sourceforge.net/release/xsl/current/doc/reference.pdf"
+ xlink:href="http://cdn.docbook.org/release/xsl/current/doc/reference.pdf"
>PDF</link>,
<link
- xlink:href="http://docbook.sourceforge.net/release/xsl/current/doc/reference.txt"
+ xlink:href="http://cdn.docbook.org/release/xsl/current/doc/reference.txt"
>plain text</link></para>
</listitem>
</itemizedlist>
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
********************************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
* Copyright (c) 2008 Standards for Technology in Automotive Retail and others.
<xsl:import href="custom-epub3-elements.xsl"/>
<!-- import stock DocBook XSL file; use a catalog for local files-->
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk-common.xsl"/>
+<xsl:import href="http://cdn.docbook.org/release/xsl/current/xhtml/chunk-common.xsl"/>
<!-- include (not import) stock DocBook XSL file; use a catalog for local files-->
-<xsl:include href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk-code.xsl"/>
+<xsl:include href="http://cdn.docbook.org/release/xsl/current/xhtml/chunk-code.xsl"/>
<!-- include (not import) stock DocBook XSL file; use a catalog for local files-->
-<xsl:include href="http://docbook.sourceforge.net/release/xsl/current/epub3/epub3-chunk-mods.xsl"/>
+<xsl:include href="http://cdn.docbook.org/release/xsl/current/epub3/epub3-chunk-mods.xsl"/>
<!-- Add here any templates that change chunking behavior.
That is, any templates copied from chunk-common.xsl or
exclude-result-prefixes="#default d"
version="1.0">
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml5/docbook.xsl"/>
-<xsl:include href="http://docbook.sourceforge.net/release/xsl/current/epub3/epub3-element-mods.xsl"/>
+<xsl:import href="http://cdn.docbook.org/release/xsl/current/xhtml5/docbook.xsl"/>
+<xsl:include href="http://cdn.docbook.org/release/xsl/current/epub3/epub3-element-mods.xsl"/>
<!-- Add here any templates that change element format. Any
such customized templates with a @match attribute must also
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the DocBook XSL Stylesheet distribution.
- See ../README or http://docbook.sf.net/ for copyright
+ See ../README or http://cdn.docbook.org/release/xsl for copyright
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the DocBook XSL Stylesheet distribution.
- See ../README or http://docbook.sf.net/ for copyright
+ See ../README or http://cdn.docbook.org/release/xsl/ for copyright
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the DocBook XSL Stylesheet distribution.
- See ../README or http://docbook.sf.net/ for copyright
+ See ../README or http://cdn.docbook.org/release/xsl/ for copyright
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the DocBook XSL Stylesheet distribution.
- See ../README or http://docbook.sf.net/ for copyright
+ See ../README or http://cdn.docbook.org/release/xsl/ for copyright
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
The original code for processing bibliography in ISO690 style
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the DocBook XSL Stylesheet distribution.
- See ../README or http://docbook.sf.net/ for copyright
+ See ../README or http://cdn.docbook.org/release/xsl for copyright
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
Contributors:
<!-- ********************************************************************\r
\r
This file is part of the XSL DocBook Stylesheet distribution.\r
- See ../README or http://docbook.sf.net/release/xsl/current/ for\r
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for\r
and other information.\r
\r
******************************************************************** -->\r
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the DocBook XSL Stylesheet distribution.
- See ../README or http://docbook.sf.net/ for copyright
+ See ../README or http://cdn.docbook.org/release/xsl/ for copyright
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************\r
\r
This file is part of the XSL DocBook Stylesheet distribution.\r
- See ../README or http://docbook.sf.net/release/xsl/current/ for\r
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for\r
and other information.\r
\r
******************************************************************** -->\r
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the DocBook XSL Stylesheet distribution.
- See ../README or http://docbook.sf.net/ for copyright
+ See ../README or http://cdn.docbook.org/ for copyright
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
The original code for processing bibliography in ISO690 style
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
Contributors:
<!-- ********************************************************************\r
\r
This file is part of the XSL DocBook Stylesheet distribution.\r
- See ../README or http://docbook.sf.net/release/xsl/current/ for\r
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for\r
and other information.\r
\r
******************************************************************** -->\r
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************\r
\r
This file is part of the XSL DocBook Stylesheet distribution.\r
- See ../README or http://docbook.sf.net/release/xsl/current/ for\r
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for\r
copyright and other information.\r
\r
Templates in this stylesheet convert ITS 2.0 markup\r
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
This module implements DTD-independent functions
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- * otherwise we have no info/author content and no Author -->
<!-- * or Authors section, so we insert a fixme and report -->
<!-- * the problem to the user -->
- <xsl:text>[FIXME: author] [see http://docbook.sf.net/el/author]</xsl:text>
+ <xsl:text>[FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]</xsl:text>
<xsl:if test="$refentry.meta.get.quietly = 0">
<xsl:call-template name="log.message">
<xsl:with-param name="level">Warn</xsl:with-param>
<xsl:with-param name="source" select="$refname"/>
<xsl:with-param name="context-desc">meta author</xsl:with-param>
<xsl:with-param name="message">
- <xsl:text>see http://docbook.sf.net/el/author</xsl:text>
+ <xsl:text>see http://www.docbook.org/tdg5/en/html/author</xsl:text>
</xsl:with-param>
</xsl:call-template>
<xsl:call-template name="log.message">
<xsl:with-param name="source" select="$refname"/>
<xsl:with-param name="context-desc">AUTHOR sect.</xsl:with-param>
<xsl:with-param name="message">
- <xsl:text>see http://docbook.sf.net/el/contrib</xsl:text>
+ <xsl:text>see http://www.docbook.org/tdg5/en/html/contrib</xsl:text>
</xsl:with-param>
</xsl:call-template>
<xsl:call-template name="log.message">
<xsl:with-param name="source" select="$refname"/>
<xsl:with-param name="context-desc">AUTHOR sect.</xsl:with-param>
<xsl:with-param name="message">
- <xsl:text>see http://docbook.sf.net/el/personblurb</xsl:text>
+ <xsl:text>see http://www.docbook.org/tdg5/en/html/personblurb</xsl:text>
</xsl:with-param>
</xsl:call-template>
</xsl:if>
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!--
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
+ <xsl:import href="http://cdn.docbook.org/release/xsl/current/html/docbook.xsl"/>
<xsl:param name="tbl.font.title">B</xsl:param>
<xsl:param name="tbl.font.headings">B</xsl:param>
-->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<refsynopsisdiv>
<src:fragment xml:id="annotation.graphic.close.frag">
<xsl:param name="annotation.graphic.close">
-http://docbook.sourceforge.net/release/images/annot-close.png</xsl:param>
+http://cdn.docbook.org/release/xsl/images/annot-close.png</xsl:param>
</src:fragment>
</refsynopsisdiv>
<refsynopsisdiv>
<src:fragment xml:id="annotation.graphic.open.frag">
-<xsl:param name="annotation.graphic.open">http://docbook.sourceforge.net/release/images/annot-open.png</xsl:param>
+<xsl:param name="annotation.graphic.open">http://cdn.docbook.org/release/xsl/images/annot-open.png</xsl:param>
</src:fragment>
</refsynopsisdiv>
<src:fragment xml:id="annotation.js.frag">
<xsl:param name="annotation.js">
-<xsl:text>http://docbook.sourceforge.net/release/script/AnchorPosition.js http://docbook.sourceforge.net/release/script/PopupWindow.js</xsl:text></xsl:param>
+<xsl:text>http://cdn.docbook.org/release/xsl/script/AnchorPosition.js http://cdn.docbook.org/release/xsl/script/PopupWindow.js</xsl:text></xsl:param>
</src:fragment>
</refsynopsisdiv>
<refsynopsisdiv>
<src:fragment xml:id="bibliography.collection.frag">
-<xsl:param name="bibliography.collection">http://docbook.sourceforge.net/release/bibliography/bibliography.xml</xsl:param>
+<xsl:param name="bibliography.collection">http://cdn.docbook.org/release/xsl/bibliography/bibliography.xml</xsl:param>
</src:fragment>
</refsynopsisdiv>
<para>For converting certain Unicode symbols and special characters in
UTF-8 or UTF-16 encoded XML source to appropriate groff/roff
equivalents in man-page output, the DocBook XSL Stylesheets
-distribution includes a <link xlink:href="http://docbook.sourceforge.net/snapshot/xsl/manpages/charmap.groff.xsl">roff character map</link> that is compliant with the <link xlink:href="http://www.w3.org/TR/xslt20/#character-maps">XSLT character
+distribution includes a <link xlink:href="http://snapshots.docbook.org/xsl/manpages/charmap.groff.xsl">roff character map</link> that is compliant with the <link xlink:href="http://www.w3.org/TR/xslt20/#character-maps">XSLT character
map</link> format as detailed in the XSLT 2.0 specification. The map
contains more than 800 character mappings and can be considered the
standard roff character map for the distribution.</para>
namespace="http://docbook.sf.net/xmlns/unichar/1.0">output-character</tag>
elements in the character map.</para>
-<para>The attributes supported in the <link xlink:href="http://docbook.sourceforge.net/snapshot/xsl/manpages/charmap.groff.xsl">standard roff character map included in the distribution</link> are:
+<para>The attributes supported in the <link xlink:href="http://snapshots.docbook.org/xsl/manpages/charmap.groff.xsl">standard roff character map included in the distribution</link> are:
<variablelist>
<varlistentry>
<term>character</term>
most likely also want to set the value of
<parameter>man.charmap.use.subset</parameter> to zero.</para>
<para>You can create a
-custom character map by making a copy of the <link xlink:href="http://docbook.sourceforge.net/snapshot/xsl/manpages/charmap.groff.xsl">standard roff character map</link> provided in the distribution, and
+custom character map by making a copy of the <link xlink:href="http://snapshots.docbook.org/xsl/manpages/charmap.groff.xsl">standard roff character map</link> provided in the distribution, and
then adding to, changing, and/or deleting from that.</para>
<caution>
<para>For converting certain Unicode symbols and special characters in
UTF-8 or UTF-16 encoded XML source to appropriate groff/roff
equivalents in man-page output, the DocBook XSL Stylesheets
-distribution includes a <link xlink:href="http://docbook.sourceforge.net/snapshot/xsl/manpages/charmap.groff.xsl">roff character map</link> that is compliant with the <link xlink:href="http://www.w3.org/TR/xslt20/#character-maps">XSLT character
+distribution includes a <link xlink:href="http://snapshots.docbook.org/xsl/manpages/charmap.groff.xsl">roff character map</link> that is compliant with the <link xlink:href="http://www.w3.org/TR/xslt20/#character-maps">XSLT character
map</link> format as detailed in the XSLT 2.0 specification. The map
contains more than 800 character mappings and can be considered the
standard roff character map for the distribution.</para>
<para>If the value of <parameter>man.endnotes.are.numbered</parameter> is
non-zero (the default), then for each non-empty<footnote>
<para>A “non-empty” notesource is one that looks like
-this:<literallayout class="monospaced"> <ulink url="http://docbook.sf.net/snapshot/xsl/doc/manpages/">manpages</ulink></literallayout>
-an “empty” notesource is on that looks like this:<literallayout class="monospaced"> <ulink url="http://docbook.sf.net/snapshot/xsl/doc/manpages/"/></literallayout>
+this:<literallayout class="monospaced"> <ulink url="http://snapshots.docbook.org/xsl/doc/manpages/">manpages</ulink></literallayout>
+an “empty” notesource is on that looks like this:<literallayout class="monospaced"> <ulink url="http://snapshots.docbook.org/xsl/doc/manpages/"/></literallayout>
</para></footnote> “notesource”:
<itemizedlist>
link. The list thus includes only non-empty<footnote>
<para>A “non-empty” link is one that looks like
-this:<literallayout class="monospaced"> <ulink url="http://docbook.sf.net/snapshot/xsl/doc/manpages/">manpages</ulink></literallayout>
-an “empty link” is on that looks like this:<literallayout class="monospaced"> <ulink url="http://docbook.sf.net/snapshot/xsl/doc/manpages/"/></literallayout>
+this:<literallayout class="monospaced"> <ulink url="http://snapshots.docbook.org/xsl/doc/manpages/">manpages</ulink></literallayout>
+an “empty link” is on that looks like this:<literallayout class="monospaced"> <ulink url="http://snapshots.docbook.org/xsl/doc/manpages/"/></literallayout>
</para></footnote> links.
Empty links are never included, and never numbered. They are simply
<refsynopsisdiv>
<src:fragment xml:id="overlay.logo.frag">
-<xsl:param name="overlay.logo">http://docbook.sourceforge.net/release/buttons/slides-1.png</xsl:param>
+<xsl:param name="overlay.logo">http://cdn.docbook.org/release/xsl/buttons/slides-1.png</xsl:param>
</src:fragment>
</refsynopsisdiv>
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the DocBook Slides Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the DocBook Slides Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
# This file is part of the DocBook Project XSL Stylesheet
# distribution.
#
-# See http://docbook.sourceforge.net/release/xsl/current/
+# See http://cdn.docbook.org/release/xsl/current/
# for copyright and other information.
# DOCBOOK_OUTPUT_FORMATS is the default set of targets (output
EXPAND_FLAGS =
# value of DOCBOOK_XSL should either be the canonical
-# (docbook.sourceforge.net) URL for the DocBook Project XSL
+# (cdn.docbook.org) URL for the DocBook Project XSL
# stylesheets OR it can be a local system path
-DOCBOOK_XSL = http://docbook.sourceforge.net/release/xsl/current
+DOCBOOK_XSL = http://cdn.docbook.org/release/xsl/current
# -----------------------------------------------------------------
# names of some DIRECTORIES and FILES we need
# assorted OPTIONS
# -----------------------------------------------------------------
# HTML_STYLESHEET -> $html.stylesheet stylesheet param
-# http://docbook.sourceforge.net/snapshots/xsl/doc/html/html.stylesheet.html
+# http://snapshots.docbook.org/xsl/doc/html/html.stylesheet.html
HTML_STYLESHEET = style.css
# HTML_IMAGES -> $admon.graphics.path
-# http://docbook.sourceforge.net/snapshots/xsl/doc/html/admon.graphics.path.html
+# http://snapshots.docbook.org/xsl/doc/html/admon.graphics.path.html
HTML_IMAGES = images/
# HTML_IMAGES_EXT -> $admon.graphics.extension
-# http://docbook.sourceforge.net/snapshots/xsl/doc/html/admon.graphics.extension.html
+# http://snapshots.docbook.org/xsl/doc/html/admon.graphics.extension.html
HTML_IMAGES_EXT = .png
# use these to set params on the command-line
# This file is part of the DocBook Project XSL Stylesheet
# distribution.
#
-# See http://docbook.sourceforge.net/release/xsl/current/
+# See http://cdn.docbook.org/release/xsl/current/
# for copyright and other information.
#
# This makefile creates "wrapper" files that combine sets of
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current for
+ See ../README or http://cdn.docbook.org/release/xsl/current for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<filename>lucene-core-3.0.0.jar</filename> - These three are available in the
extensions/ directory of docsbook-xsl-1.76.1, and is automatically fetched to the
webhelp's Ant script. Go for a XSL snapshot if you can which contains the latest
- version http://docbook.sourceforge.net/snapshot/</para>
+ version http://snapshots.docbook.org/xsl/</para>
</listitem>
<listitem>
<para><filename>xercesImpl.jar</filename>, <filename> xml-apis.jar</filename> -
</listitem>
<listitem>
<para>Content: This includes the content of the documentation. The processing of this
- part is done by <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"> DocBook
+ part is done by <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://cdn.docbook.org/release/xsl/current/xhtml/chunk.xsl"> DocBook
XSL Chunking customization</link>. Few further css-styling applied from
<filename>positioning.css</filename>. </para>
</listitem>
<!-- ********************************************************************
This file is part of the DocBook XSL Stylesheets distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
indent="no"
encoding="utf-8"
doctype-public="-//Norman Walsh//DTD DocBook OLink Summary V2.0//EN"
- doctype-system="http://docbook.sourceforge.net/release/xsl/current/common/targetdatabase.dtd"/>
+ doctype-system="http://cdn.docbook.org/release/xsl/current/common/targetdatabase.dtd"/>
<!-- Used only when processing autolayout.xml -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://docbook.sf.net/release/xsl/current/ for
+ See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->