]> granicus.if.org Git - docbook-dsssl/commitdiff
Support mathphrase
authorNorman Walsh <ndw@nwalsh.com>
Mon, 4 Apr 2005 13:34:23 +0000 (13:34 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 4 Apr 2005 13:34:23 +0000 (13:34 +0000)
xsl/fo/math.xsl
xsl/html/math.xsl

index ca7f393a6de43a20a27942856d0c8fb0fa82e88f..dddb010d34f7e1be95b4a51d6579110824ef1fb0 100644 (file)
 <xsl:template match="alt">
 </xsl:template>
 
+<xsl:template match="mathphrase">
+  <fo:inline>
+    <xsl:apply-templates/>
+  </fo:inline>
+</xsl:template>
+
 <!-- "Support" for MathML -->
 
 <xsl:template match="mml:*" xmlns:mml="http://www.w3.org/1998/Math/MathML">
index b8d30e994e337073eb1592b3fc02253f08601a2d..dfde6f9205c5d9354973ee62ac791f506e9cf4cc 100644 (file)
 <xsl:template match="alt">
 </xsl:template>
 
+<xsl:template match="mathphrase">
+  <span class="{local-name(.)}">
+    <xsl:apply-templates/>
+  </span>
+</xsl:template>
+
 <!-- "Support" for MathML -->
 
 <xsl:template match="mml:*" xmlns:mml="http://www.w3.org/1998/Math/MathML">