Skip to content

Svg confusion in mml #266

@polpanka

Description

@polpanka

<!-- 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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions