Menu

#11 Up-conversion bug with '*' operator

v1.2.3
open
5
2017-02-03
2017-02-03
Dave McKain
No

Expressions of type:

a - b - c * d

are returning exceptions.

The problem seems a missing * in pmathml-enhancer.xml, concretely in template local:group-left-associative-infix-mo. The line

<xsl:with-param name="elements" as="element()">

should be

<xsl:with-param name="elements" as="element()*">

Thanks to Borja Miñano for this bug report and investigation!

Discussion


Log in to post a comment.