Ignore:
Timestamp:
Sep 9, 2007, 2:01:29 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a063414
Parents:
1c62f2a
Message:

Updated DocBook?-XSL code to version 1.73.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/graphics.xsl

    r1c62f2a rd7c9f58  
    10771077
    10781078<xsl:template match="imageobject">
    1079   <xsl:choose>
    1080     <xsl:when xmlns:svg="http://www.w3.org/2000/svg" test="svg:*">
    1081       <xsl:apply-templates/>
    1082     </xsl:when>
    1083     <xsl:otherwise>
    1084       <xsl:apply-templates select="imagedata"/>
    1085     </xsl:otherwise>
    1086   </xsl:choose>
     1079  <xsl:apply-templates select="imagedata"/>
    10871080</xsl:template>
    10881081
     
    10951088
    10961089  <xsl:choose>
     1090    <!-- Handle MathML and SVG markup in imagedata -->
     1091    <xsl:when xmlns:mml="http://www.w3.org/1998/Math/MathML" test="mml:*">
     1092      <xsl:apply-templates/>
     1093    </xsl:when>
     1094   
     1095    <xsl:when xmlns:svg="http://www.w3.org/2000/svg" test="svg:*">
     1096      <xsl:apply-templates/>
     1097    </xsl:when>
     1098
    10971099    <xsl:when test="@format='linespecific'">
    10981100      <xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.