I'm trying to get MathML to display in the IFrame of the FCK editor. To do this I have been editing FCKEditor.html page which acts as the source of the FCK IFrame.
I add
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd">
to the top of the html page and I added
<meta http-equiv="Content-Type" content="application/xhtml+xml" />
to the head portion of the html
From what I've seen on the internet this should allow the IFrame to display MathML, however the IFrame fails to load at all. Has anyone tried anything similar? Have any ideas?