I would like to use MathML in my gwt app. To do this, it appears that
I need to use strict mode.
Does gwt work well with strict mode?
Under Firefox, my app shows a blank page with strict mode. Opera sort
of works but the layout is messed up.
Compare:
vs
http://studystickies.com/index.xhtml
Any tips on how I could get strict mode to work? Is strict mode
really necessary for MathML?
Amir
It looks like MathML won't work with gwt then as XHTML+XML appears to
be a requirement.
Amir