Download:
The whole tag library project is available for dowloading, as tar.gz
or as a zip file,
here
.
General INSTALL information:
This tag library is designed to be used in JSP pages
compliant with the JSP 2.0 specification.
To get this tag library working you will have to
copy the jar files
Jar file | Download | Description |
mathml-taglib.jar | download | MathML tag library jar file |
mathml-phrasebook.jar | download | MathML Phrasebook. |
om-lib.jar | download | OpenMath library. |
to the WEB-INF/lib/ directory on your
web application.
NOTE:
We advise you to use the versions of additional jar
files comming with the tag library and not to download
them directly from other of our related projects.
By doing so, you may create imcompatibilities:
though we will do our best to make sure a tag
library is using the latest version of a jar file.
You will also need to
copy the tld file
mathml.tld
to somewhere in the WEB-INF/ directory, for instance to WEB-INF/ itselft, and add
to the web.xml file, in the part corresponding to the tag libraries, the following
lines:
<taglib>
<taglib-uri>URI identifying your tag lib</taglib-uri>
<taglib-location>/WEB-INF/mathml.tld</taglib-location>
</taglib>
For more information on how to modify the web.xml file
peruse the documentation coming with your
WEB server/container. For information on how to
use tag extensions on your own JSP pages consult
the JSP 2.0 specification.
Tag specific INSTALL information:
Note 1: Mind that in the download section we provide links
to the jar files for MathML phrasebooks.
Theis files can be also downloaded from RIACAs pages concerning
phrasebooks. We recommend you to use our tag library with the jar file we
provide here as we cannot garantie that our taglib will be compatible
with newer versions of RIACAs MathML phrasebook though we will do our
best to keep them "synchronized". The same holds for om-lib.jar file.
Note 2: The use of ROML require to have in your classpath
a SAX compliant XML parser. Please, refer to ROML's documentation
for the details.