- From: Neil Soiffer <NeilS@DesSci.com>
- Date: Tue, 11 Jan 2005 10:44:54 -0800
- To: "Bernhard Keil" <Bernhard.Keil@soft4science.com>, "'David Carlisle'" <davidc@nag.co.uk>
- Cc: <www-math@w3.org>
You probably have a good reason for using the stylesheet, but for those that aren't aware, starting with MathPlayer 2.0 (released in April, 2004), the need for a stylesheets to cover over differences between IE+MathPlayer and Mozilla-based browsers went away. The following will work in both IE and Mozilla/Firefox/Netscape 7: <?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [ <!ENTITY mathml "http://www.w3.org/1998/Math/MathML"> ]> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> test page</title> </head> <body> <p> <math> <mfrac> <mi>x</mi> <mi>y</mi> </mfrac> </math> </p> </body> </html> One of these days, the "Putting mathematics on the Web with MathML" page (http://www.w3.org/Math/XSL/) will get updated with this info. I know it is on the "todo" list. Neil Soiffer email: neils@dessci.com Senior Scientist phone: 562-433-0685 Design Science, Inc. http://www.dessci.com "How Science Communicates" MathType, WebEQ, MathPlayer, Equation Editor, TeXaide
Received on Tuesday, 11 January 2005 18:44:31 UTC