Re: XHTML & XML + MathML

following on from my first reply, I suspect that currently the most
portable format that you should generate is:
don't use a <!DOCTYPE at all (so don't use named entities either)
then generate xhtml+mathml that starts off

<?xml-stylesheet type="text/xsl" href="mathml.xsl"?>
<html xmlns="http://www.w3.org/199/xhtml">
<head>
....


If you are only generating presentation mathml, change mathml.xsl to pmathml.xsl
in the above, which will speed things up a bit.

That should work in IE and Netscape (and Amaya in teh case opf
presentation mathml)

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Received on Monday, 21 July 2003 06:45:15 UTC