Changeset d7c9f58 for BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/common
- Timestamp:
- Sep 9, 2007, 2:01:29 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a063414
- Parents:
- 1c62f2a
- Location:
- BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/common
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/de.xml
r1c62f2a rd7c9f58 170 170 <l:gentext key="unsupported" text="wird nicht unterstÃŒtzt"/> 171 171 <l:gentext key="xrefto" text="xref auf"/> 172 <l:gentext key="Authors" text="Aut hors" lang="en"/>172 <l:gentext key="Authors" text="Autoren"/> 173 173 <l:gentext key="copyeditor" text="Copy Editor" lang="en"/> 174 174 <l:gentext key="graphicdesigner" text="Graphic Designer" lang="en"/> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/pi.xsl
r1c62f2a rd7c9f58 90 90 <refpurpose>Inserts a date timestamp</refpurpose> 91 91 <refdescription> 92 <para>Use the <tag >dbtimestamp</tag> PI at any point in a92 <para>Use the <tag class="xmlpi">dbtimestamp</tag> PI at any point in a 93 93 source document to cause a date timestamp (a formatted 94 94 string representing the current date and time) to be -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/stripns.xsl
r1c62f2a rd7c9f58 17 17 copyright and other information. 18 18 19 This file contains general templates common to both the HTML and FO20 versions of the DocBook stylesheets.21 19 ******************************************************************** --> 22 23 <xsl:import href="utility.xsl"/>24 25 <!-- * Get a title for current doc so that we let the user -->26 <!-- * know what document we are processing at this point. -->27 <xsl:variable name="doc.title">28 <xsl:call-template name="get.doc.title"/>29 </xsl:variable>30 20 31 21 <!-- put an xml:base attribute on the root element --> … … 268 258 </xsl:when> 269 259 <xsl:otherwise> 270 <xsl:call-template name="log.message"> 271 <xsl:with-param name="level">Warn</xsl:with-param> 272 <xsl:with-param name="source" select="$doc.title"/> 273 <xsl:with-param name="context-desc"> 274 <xsl:text>no @xml:base</xsl:text> 275 </xsl:with-param> 276 <xsl:with-param name="message"> 277 <xsl:text>cannot add @xml:base to node-set root element</xsl:text> 278 </xsl:with-param> 279 </xsl:call-template> 280 <xsl:call-template name="log.message"> 281 <xsl:with-param name="level">Warn</xsl:with-param> 282 <xsl:with-param name="source" select="$doc.title"/> 283 <xsl:with-param name="context-desc"> 284 <xsl:text>no @xml:base</xsl:text> 285 </xsl:with-param> 286 <xsl:with-param name="message"> 287 <xsl:text>relative paths may not work</xsl:text> 288 </xsl:with-param> 289 </xsl:call-template> 260 <xsl:message> 261 <xsl:text>WARNING: cannot add @xml:base to node </xsl:text> 262 <xsl:text>set root element. </xsl:text> 263 <xsl:text>Relative paths may not work.</xsl:text> 264 </xsl:message> 290 265 </xsl:otherwise> 291 266 </xsl:choose> -
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/common/utility.xsl
r1c62f2a rd7c9f58 32 32 <note> 33 33 <para>These templates are defined in a separate file from the set 34 of âcommonâ templates because some of the comm enttemplates34 of âcommonâ templates because some of the common templates 35 35 reference DocBook XSL stylesheet parameters, requiring the 36 36 entire set of parameters to be imported/included in any
Note:
See TracChangeset
for help on using the changeset viewer.