- From: Vincent Quint <Vincent.Quint@inrialpes.fr>
- Date: Thu, 21 Jun 2001 15:14:10 +0200
- To: Joe Gittings <joe.gittings@ucl.ac.uk>
- Cc: www-amaya <www-amaya@w3.org>, Vincent.Quint@inrialpes.fr
Joe, Thanks for pointing this out. The bug is fixed now. This will be available in the next release due in two weeks. You can fix your document by editing the source file. Replace &PI; by Π (lowercase i instead of uppercase I). Sorry for the inconvenience. Vincent. Joe Gittings wrote: > > I'd like to report another MathML bug I'm afraid. I have a document with > a product over x (i.e. upper case pi, subscript x). When I open the > document I get a parsing error ("Some tag/attributes are ignored") and > the upper case pi is shown as "&PI;". > > I have tried deleting the product symbol and putting in a new one. But > when I reload the document after doing this, I get the same problem. > > Here's the HTML: > <p>Number of typical strings ∼ <math > xmlns="http://www.w3.org/1998/Math/MathML"> > <mfrac> > <mrow> > <mi>n</mi> > <mo>!</mo> > </mrow> > <mrow> > <munder> > <mo>&PI;</mo> > <mi>x</mi> > </munder> > <mo>(</mo> > <mi>np</mi> > <mo>(</mo> > <mi>x</mi> > <mo>)</mo> > <mo>)</mo> > <mo>!</mo> > </mrow> > </mfrac> > <mo>≈</mo> > <msup> > <mn>2</mn> > <mrow> > <mo>+</mo> > <mi>nH</mi> > <mo>(</mo> > <mi>x</mi> > <mo>)</mo> > </mrow> > </msup> > </math> > </p> > > Thanks, > Joe > > >
Received on Thursday, 21 June 2001 09:14:30 UTC