sammarshallou / webmaths

Java web services for handling MathML and TeX (intended for use with a Moodle filter)
GNU General Public License v3.0
5 stars 7 forks source link

MathML: Entity fixer incorrectly changes entities in comments, CDATA #31

Closed sammarshallou closed 12 years ago

sammarshallou commented 12 years ago

The entity fixer (which turns all recognised entities into numeric entities prior to parsing MathML; this is much much faster than reading the DTD) incorrectly replaces them anywhere in text including comments and CDATA sections.