ContentType + DocType + XHMTL --> Problems with 3rdPartyLibs
Fritz Richter <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.mathml |
|---|---|
| Message-ID | <[email protected]> |
Hi folks, Im currently developing a eLearning Webfrondend, where we are using the MathML functions. But trying to get a nice solution im getting more and more angry with XHTML. My settings are the following: - ContentType: application/xhtml+xml - <html xmlns="http://www.w3.org/1999/xhtml" xmlns:pref="http://www.w3.org/2002/Math/preference" xml:lang="en" pref:renderer="mathplayer-dl"> My problem is the following: Although I can use the nice MathML features, it is not possible to use 3rdPartyLibs like (http://jquery.com/demo/thickbox/) or (http://orangoo.com/labs/GreyBox/), cause they are using some HTML Features like (document.write). When I just change the contentType to text/html the scripts are working, but i cant see any mathml. Why is the MathML Parser so bullish and works only when the correct contentType is set? With SVG it works perfect... Kind regards Fritz