Skip to content
New issue

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

Svg confusion in mml #266

Open
polpanka opened this issue Nov 13, 2023 · 0 comments
Open

Svg confusion in mml #266

polpanka opened this issue Nov 13, 2023 · 0 comments

Comments

@polpanka
Copy link

<!-- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant