- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/graphics.xsl
r1c62f2a rd7c9f58 1077 1077 1078 1078 <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"/> 1087 1080 </xsl:template> 1088 1081 … … 1095 1088 1096 1089 <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 1097 1099 <xsl:when test="@format='linespecific'"> 1098 1100 <xsl:choose>
Note:
See TracChangeset
for help on using the changeset viewer.