OpenMath / OMSTD

The OpenMath Standard (starting with OpenMath 2)
9 stars 5 forks source link

HTML transformation problem (spaces around MathML) #54

Closed kohlhase closed 6 years ago

kohlhase commented 6 years ago

I just noticed: We have a slight problem with the HTML transform:

  resulting function is actually a constant in its first argument
  (<math><msup><mi>v</mi><mo>'</mo></msup></math> does not occur free

transforms to

  resulting function is actually a constant in its first argument
  (
                     <math xmlns="http://www.w3.org/1998/Math/MathML">
                        <msup>
                           <mi>v</mi>
                           <mo>'</mo>
                        </msup>
                     </math> does not occur free

which results in a visible space after the bracket in the browser (at least in firefox).