Ignore:
Timestamp:
10/08/2013 08:03:29 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
58675ce
Parents:
09a35dd
Message:

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 moved

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/docbook-xsl-1.78.1/xhtml-1_1/biblio-iso690.xsl

    r09a35dd r15c7d39  
    66
    77<!-- ********************************************************************
    8      $Id$
     8     $Id: biblio.xsl 6402 2006-11-12 08:23:21Z bobstayton $
    99     ********************************************************************
    1010
     
    510510
    511511<xsl:template name="iso690.italic.title">
    512   <i>
     512  <em xmlns:xslo="http://www.w3.org/1999/XSL/Transform">
    513513    <xsl:call-template name="iso690.make.title"/>
    514   </i>
     514  </em>
    515515</xsl:template>
    516516
     
    520520  </xsl:param>
    521521  <xsl:apply-templates mode="iso690.mode"/>
    522   <xsl:if test="../subtitle">
     522  <xsl:if test="../subtitle|../info/subtitle">
    523523    <xsl:value-of select="$submaintitle.sep"/>
    524     <xsl:apply-templates mode="iso690.mode" select="../subtitle"/>
     524    <xsl:apply-templates mode="iso690.mode" select="../subtitle|../info/subtitle"/>
    525525  </xsl:if>
    526526</xsl:template>
     
    12461246    <xsl:call-template name="gentext.template"><xsl:with-param name="context" select="'iso690'"/><xsl:with-param name="name" select="'patcountry.sep'"/></xsl:call-template>
    12471247  </xsl:param>
    1248   <i>
     1248  <em xmlns:xslo="http://www.w3.org/1999/XSL/Transform">
    12491249    <xsl:apply-templates mode="iso690.mode"/>
    1250   </i>
     1250  </em>
    12511251  <xsl:value-of select="$patcountry.sep"/>
    12521252</xsl:template>
     
    12571257    <xsl:call-template name="gentext.template"><xsl:with-param name="context" select="'iso690'"/><xsl:with-param name="name" select="'pattype.sep'"/></xsl:call-template>
    12581258  </xsl:param>
    1259   <i>
     1259  <em xmlns:xslo="http://www.w3.org/1999/XSL/Transform">
    12601260    <xsl:apply-templates mode="iso690.mode"/>
    1261   </i>
     1261  </em>
    12621262  <xsl:value-of select="$pattype.sep"/>
    12631263</xsl:template>
Note: See TracChangeset for help on using the changeset viewer.