[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: mathml xsl stylesheets?

Subject: Re: mathml xsl stylesheets?
From: Sebastian Rahtz <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 23 Oct 2000 14:11:24 +0100
mathml.xsl
STENZEL@xxxxxxxxxx writes:
 > ... transform Docbook/MathML documents to something, which can be viewed
 > with a HTML browser ...
 > Note, this might include
 > - transforming the MathML to GIFs
 > - transforming the MathML to something else
 > - keeping the MathML and use a browser pug-in

IBM's techexplorer covers at least some of this, no?

Mozilla also displays MathML natively.

 > >thats _fairly_ easy. the xmltex package includes a partial
 > >implementation of MathML2, which could easily be turned into XSLT in a
 > >matter of minutes
 > 
 > :-) You would not have these minutes it takes, would you? :-)

I didn't say how _many_ minutes! but really, it just needs some fairly
tedious editing to make it XSLese. I just tried it. taking

\XMLelement{m:mfenced}
  {   }
  {\left\XML@fenceopen}
  {\right\XML@fenceclose}

and turning it into

 <xsl:template match="m:mfenced">
  <xsl:text>\left</xsl:text><xsl:value-of select="@fenceopen"/>
  <xsl:apply-templates/>
  <xsl:text>\right</xsl:text><xsl:value-of select="@fenceclose"/>
 </xsl:template>

did not take me long. of course, xmltex's MathML support is not
complete yet!

Perhaps the MathML conference now taking place will have thrown up all
the answers

Sebastian



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.