|
<!-- select for an SVG imagedata in the intersection of them --> |
Generation of mathml propertie in .opf file does not happen correctly, I rather suggest
<xsl:template name="mathml.property">
<xsl:param name="this.chunk" select="."/>
<xsl:variable name="this.math" select="$this.chunk//m:*"/>
<xsl:if test="string-length($this.math) != 0">
<xsl:text>mathml</xsl:text>
</xsl:if>
</xsl:template>
xslt10-stylesheets/xsl/epub3/epub3-element-mods.xsl
Line 1584 in efd6265
Generation of mathml propertie in .opf file does not happen correctly, I rather suggest