by PiSquared » Sat Nov 14, 2009 21:48 UTC
I use XML to render MathML as follows.
<? xml version="1.0"?>
<? xml-stylesheet type="text/xsl" href="../xsl_UMSS/mathml.xsl"?>
It will not accept NAMED special characters such as
(ampersand)cup;
It will accept NUMERICAL special characters such as
(ampersand)#8746;
How do I get FireMath to use NUMERICAL references to special characters rather than NAMED references to special characters?
I use XML to render MathML as follows.
<? xml version="1.0"?>
<? xml-stylesheet type="text/xsl" href="../xsl_UMSS/mathml.xsl"?>
It will not accept NAMED special characters such as
(ampersand)cup;
It will accept NUMERICAL special characters such as
(ampersand)#8746;
How do I get FireMath to use NUMERICAL references to special characters rather than NAMED references to special characters?