diff options
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-snapshot/common')
4 files changed, 8 insertions, 33 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/de.xml b/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/de.xml index a8233d13c..bc2aedf6a 100644 --- a/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/de.xml +++ b/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/de.xml @@ -169,7 +169,7 @@ <l:gentext key="unexpectedelementname" text="Unerwarteter Elementname"/> <l:gentext key="unsupported" text="wird nicht unterstützt"/> <l:gentext key="xrefto" text="xref auf"/> -<l:gentext key="Authors" text="Authors" lang="en"/> +<l:gentext key="Authors" text="Autoren"/> <l:gentext key="copyeditor" text="Copy Editor" lang="en"/> <l:gentext key="graphicdesigner" text="Graphic Designer" lang="en"/> <l:gentext key="productioneditor" text="Production Editor" lang="en"/> diff --git a/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/pi.xsl b/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/pi.xsl index 5c3df8815..b76c6b99d 100644 --- a/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/pi.xsl +++ b/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/pi.xsl @@ -89,7 +89,7 @@ <doc:pi name="dbtimestamp" xmlns=""> <refpurpose>Inserts a date timestamp</refpurpose> <refdescription> - <para>Use the <tag>dbtimestamp</tag> PI at any point in a + <para>Use the <tag class="xmlpi">dbtimestamp</tag> PI at any point in a source document to cause a date timestamp (a formatted string representing the current date and time) to be inserted in output of the document.</para> diff --git a/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/stripns.xsl b/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/stripns.xsl index 8ecb3d646..13abb7faf 100644 --- a/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/stripns.xsl +++ b/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/stripns.xsl @@ -16,18 +16,8 @@ See ../README or http://docbook.sf.net/release/xsl/current/ for copyright and other information. - This file contains general templates common to both the HTML and FO - versions of the DocBook stylesheets. ******************************************************************** --> -<xsl:import href="utility.xsl"/> - -<!-- * Get a title for current doc so that we let the user --> -<!-- * know what document we are processing at this point. --> -<xsl:variable name="doc.title"> - <xsl:call-template name="get.doc.title"/> -</xsl:variable> - <!-- put an xml:base attribute on the root element --> <xsl:template match="/*" mode="stripNS"> <xsl:choose> @@ -267,26 +257,11 @@ <xsl:value-of select="NodeInfo:systemId()"/> </xsl:when> <xsl:otherwise> - <xsl:call-template name="log.message"> - <xsl:with-param name="level">Warn</xsl:with-param> - <xsl:with-param name="source" select="$doc.title"/> - <xsl:with-param name="context-desc"> - <xsl:text>no @xml:base</xsl:text> - </xsl:with-param> - <xsl:with-param name="message"> - <xsl:text>cannot add @xml:base to node-set root element</xsl:text> - </xsl:with-param> - </xsl:call-template> - <xsl:call-template name="log.message"> - <xsl:with-param name="level">Warn</xsl:with-param> - <xsl:with-param name="source" select="$doc.title"/> - <xsl:with-param name="context-desc"> - <xsl:text>no @xml:base</xsl:text> - </xsl:with-param> - <xsl:with-param name="message"> - <xsl:text>relative paths may not work</xsl:text> - </xsl:with-param> - </xsl:call-template> + <xsl:message> + <xsl:text>WARNING: cannot add @xml:base to node </xsl:text> + <xsl:text>set root element. </xsl:text> + <xsl:text>Relative paths may not work.</xsl:text> + </xsl:message> </xsl:otherwise> </xsl:choose> </xsl:variable> diff --git a/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/utility.xsl b/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/utility.xsl index f6b3a0186..95cf7b37b 100644 --- a/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/utility.xsl +++ b/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/utility.xsl @@ -31,7 +31,7 @@ Stylesheets.</para> <note> <para>These templates are defined in a separate file from the set - of “common” templates because some of the comment templates + of “common” templates because some of the common templates reference DocBook XSL stylesheet parameters, requiring the entire set of parameters to be imported/included in any stylesheet that imports/includes the common templates.</para> |