How can I get MathML to visually render inside a ckEditor Window? the mathjax plugin only uses TeX, and the eqnEditor plugin I believe uses LaTeX. MathML renders fine with reference to ordinary MathJax in an ordinary HTML page using this script block:
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full"></script>
But even if I manually copy the required script block for rendering MathML into ckeditor in source mode, it ignores it. Of course it renders fine in "Preview" mode, but I want it to display just like TeX does in WYSIWYG mode.
Any help for MathML?

You can use the WIRIS plugin
You can use the WIRIS plugin for ckeditor. You will be able to edit formulas using a rich visual editor and save them in MathML. For doing that, you will need to enable the "full mathml mode".
To get further info visit: http://www.wiris.com/solutions/ckeditor and http://www.wiris.com/plugins/docs/full-mathml-mode. You will get also great help writing directly to support@wiris.com
Thank you. I will carefully
Thank you. I will carefully consider that.