Last updated 4 months ago
To create MathML elements, add the following dependency to your POM:
<dependency> <groupId>org.jboss.elemento</groupId> <artifactId>elemento-mathml</artifactId> <version>1.7.0</version> </dependency>
In your GWT module, inherit from org.jboss.elemento.MathML:
org.jboss.elemento.MathML
<module> <inherits name="org.jboss.elemento.MathML"/> </module>
Finally, use the static methods in to create MathML elements.
org.jboss.elemento.mathml.MathML