Hi all, I'm using Mozilla 1.4.1 (with the supplementary ZIP file from Adam Locke's site). When I view any pages with MathML, the MathML gets displayed like normal HTML. The actual HTML/XML is well-formed and displays fine in a non-embedded Mozilla.
Here's the xml: <?xml version="1.0"?> <?xml-stylesheet href="mml.css" type="text/css"?> <!DOCTYPE html SYSTEM "mathml.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>MathML and Mozilla</title> </head> <body> <math> <mrow> <mn>6</mn><msup><mrow><mi>x</mi></mrow><mrow><mn>2</mn></mrow></msup> <mo>-</mo> <mn>23</mn><mi>x</mi> <mo>+</mo><mn>12</mn> <mo>=</mo> <mo>-</mo><mn>8</mn> </mrow> </math> </body> </html> Any suggestions? Otherwise we'll have to embed IE with a MathML plugin (urrgh!) Thanks! -- N.Hart [EMAIL PROTECTED] _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
