MathML Update
To support MathML in webMathematica 1.0, a patch is available. This patch contains a number
of useful updates and components for MathML as shown below.
README
MathML.nb
MathMLExamples
IntegrateForm.msp
IntegrateWebEQ.msp
IntegrateXSLT.msp
IntegrateXML.msp
IntegrateMathPlayer.msp
MathMLPatch.m
XSL
ctop.xsl
mathml.xsl
pmathml.xsl
pmathmlcss.xsl
The zip file should be downloaded and unpacked. The README file contains
basic installation instructions. The notebook MathML.nb provides documentation to allow
webMathematica to work with MathML and includes a fuller description
of the update.
The MathMLExamples directory should be copied into the MSPScripts
location. Typically this is located in:
<mathematica-dir>/AddOns/Applications/MSP/MSPScripts
The XSL directory should be copied into the webMathematica web
application. Typically this is located in:
<tomcat-dir>/webapps/webMathematica
When the patch is installed, it should be possible to connect to the
IntegrateForm MSP via
http://localhost:8080/webMathematica/MSP/MathMLExamples/IntegrateForm
(you may have some other URL for accessing webMathematica). If you
are using
a browser extended to work with MathML as described above, you should
see nicely formatted mathematical output.
To use the patch in many examples, it might be useful to move the file
MathMLPatch.m
into some central location and load it with an initialization command.
To use the IntegrateWebEQ.msp example, make sure that any client machine
has an installation of WebEQ. Information on how to obtain and install
WebEQ is available.
|