Re: MathML on the Mac using TechExplorer (was Re: Embedded MathML example ?)

Paul,

> Awesome, amazing... embedded MathML is working... !

another happy user:-)

Paul quoted me as saying
> m.html at bottom of this msg. It is in fact the pmathml.xml test file
> from www.w3.org/Math/XSL run through the following 5 line stylesheet.
> [....]

In case anyone was wondering, the stylesheet mentioned is


<xsl:stylesheet
  version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>

<xsl:import href="pmathml.xsl"/>

<xsl:param name="activex" select="'techexplorer-plugin'"/>

<xsl:output method="html" encoding="iso-8859-1" indent="no"/>

</xsl:stylesheet>



which converts an xhtml+mathml document (with "inline" XHTML into an
HTML document with the MathML  &lt;-quoted into an attribute of an embed
element ready to be passed to techexplorer using the netscape plugin
interface.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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 Wednesday, 24 November 2004 17:52:57 UTC