Re: MathML problems with Mozilla Firefox
David Carlisle <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.mathml |
|---|---|
| Message-ID | <[email protected]> |
Mozilla has a modified version of the DTD so not all the entity names are defined, and of course for some symbols you may need non standard fonts, but I'd have expected those to wrok. Mozilla should (so long as you have specified a MathML (or MathML+XHTML) DTD use teh DTd in $MOZILLAHOME/res/dtd/mathml.dtd which defines for example <!ENTITY InvisibleComma '​'> and <!ENTITY ZeroWidthSpace '​'> ie defines both of these to be the unicode zero width spaace. If you haven't specified a <!DOCTYPE then any use of any entity reference other than teh five pre-declared XML entities makes the document not well formed and an error will be flagged by any XML parser. David ________________________________________________________________________ The Numerical Algorithms Group Ltd is a company registered in England and Wales with company number 1249803. The registered office is: Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom. This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. ________________________________________________________________________