We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
<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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: