- From: Robin Green <r.d.green@lancaster.ac.uk>
- Date: Thu, 8 Aug 2002 19:16:03 -0400 (EDT)
- To: www-math@w3.org
There is a small bug in http://www.w3.org/Math/XSL/ctop.xsl I think it should be as below: --- ctop.xsl.orig 2002-08-09 00:09:28.000000000 +0100 +++ ctop.xsl 2002-08-09 00:11:40.000000000 +0100 @@ -94,7 +94,7 @@ <!-- 4.4.1.2 csymbol --> <xsl:template mode="c2p" match="mml:csymbol/text()"> - <mml:mo><xsl:apply-templates mode="c2p"/></mml:mo> + <mml:mo><xsl:value-of select="."/></mml:mo> </xsl:template> <xsl:template mode="c2p" match="mml:csymbol">
Received on Friday, 9 August 2002 08:38:10 UTC