<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Practical MathML</title>
	<link>http://www.oxideinteractive.com.au/articles/practical-mathml/</link>
	<description>A Canberra based multimedia company.</description>
	<pubDate>Wed, 09 Jul 2008 11:10:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.1</generator>

	<item>
		<title>By: Paul Topping</title>
		<link>http://www.oxideinteractive.com.au/articles/practical-mathml/#comment-13</link>
		<author>Paul Topping</author>
		<pubDate>Mon, 12 Feb 2007 21:12:45 +0000</pubDate>
		<guid>http://www.oxideinteractive.com.au/articles/practical-mathml/#comment-13</guid>
					<description>Thanks for mentioning our free MathPlayer plugin for IE. Just a small correction: it requires IE 6 or later. IE 5.5 is no longer supported due to all of its problems. This shouldn't bother anyone anyway.

Also, we now have release MathPlayer 2.1 with IE 7 compatibility and a few other features, such as synchronized highlighting of the math while it is being spoken.

Paul Topping
Design Science, Inc.</description>
		<content:encoded><![CDATA[<p>Thanks for mentioning our free MathPlayer plugin for IE. Just a small correction: it requires IE 6 or later. IE 5.5 is no longer supported due to all of its problems. This shouldn&#8217;t bother anyone anyway.</p>
<p>Also, we now have release MathPlayer 2.1 with IE 7 compatibility and a few other features, such as synchronized highlighting of the math while it is being spoken.</p>
<p>Paul Topping<br />
Design Science, Inc.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.oxideinteractive.com.au/articles/practical-mathml/#comment-27</link>
		<author>Peter</author>
		<pubDate>Mon, 19 Feb 2007 04:27:11 +0000</pubDate>
		<guid>http://www.oxideinteractive.com.au/articles/practical-mathml/#comment-27</guid>
					<description>Thanks Paul, I've updated the article to reflect that correction.
Cheers,
Peter</description>
		<content:encoded><![CDATA[<p>Thanks Paul, I&#8217;ve updated the article to reflect that correction.<br />
Cheers,<br />
Peter</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jacques Distler</title>
		<link>http://www.oxideinteractive.com.au/articles/practical-mathml/#comment-35</link>
		<author>Jacques Distler</author>
		<pubDate>Tue, 20 Feb 2007 16:23:27 +0000</pubDate>
		<guid>http://www.oxideinteractive.com.au/articles/practical-mathml/#comment-35</guid>
					<description>The above PHP script can be improved in a variety of ways.

1) Camino supports MathML now (it didn't when that script was written). So there's no need to special-case it; it's just another Gecko-based browser.
2) If you take the trouble to convert (XHTML+MathML) named entities to numeric character references, then it is safe to send application/xhtml+xml to ALL browsers that say (in their ACCEPT header) that they accept it AND to IE+MathPlayer.

So here, for instance, are the mod_rewrite rules I use
&lt;pre&gt;&lt;code&gt;
RewriteRule ^$ index.shtml
RewriteCond %{HTTP_ACCEPT} application\/xhtml\+xml [OR]
RewriteCond %{HTTP_USER_AGENT} W3C.*Validator&#124;MathPlayer
RewriteRule \.html$&#124;\.shtml$   - [T=application/xhtml+xml]
&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>The above PHP script can be improved in a variety of ways.</p>
<p>1) Camino supports MathML now (it didn&#8217;t when that script was written). So there&#8217;s no need to special-case it; it&#8217;s just another Gecko-based browser.<br />
2) If you take the trouble to convert (XHTML+MathML) named entities to numeric character references, then it is safe to send application/xhtml+xml to ALL browsers that say (in their ACCEPT header) that they accept it AND to IE+MathPlayer.</p>
<p>So here, for instance, are the mod_rewrite rules I use</p>
<pre><code>
RewriteRule ^$ index.shtml
RewriteCond %{HTTP_ACCEPT} application/xhtml+xml [OR]
RewriteCond %{HTTP_USER_AGENT} W3C.*Validator|MathPlayer
RewriteRule .html$|.shtml$   - [T=application/xhtml+xml]
</code></pre>
]]></content:encoded>
				</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.oxideinteractive.com.au/articles/practical-mathml/#comment-121</link>
		<author>Peter</author>
		<pubDate>Tue, 13 Mar 2007 06:21:57 +0000</pubDate>
		<guid>http://www.oxideinteractive.com.au/articles/practical-mathml/#comment-121</guid>
					<description>Jacques, thanks for the update on Camino, I've edited the article and the code so it's treated like the other Gecko browsers.</description>
		<content:encoded><![CDATA[<p>Jacques, thanks for the update on Camino, I&#8217;ve edited the article and the code so it&#8217;s treated like the other Gecko browsers.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
