<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sevenson.com.au &#187; MathML</title>
	<atom:link href="http://www.sevenson.com.au/tag/mathml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sevenson.com.au</link>
	<description>The online presence of Andrew Sevenson</description>
	<lastBuildDate>Tue, 11 Oct 2011 10:53:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MathML Parser written in ActionScript 3</title>
		<link>http://www.sevenson.com.au/actionscript/mathml/</link>
		<comments>http://www.sevenson.com.au/actionscript/mathml/#comments</comments>
		<pubDate>Sun, 24 May 2009 07:39:13 +0000</pubDate>
		<dc:creator>Andrew Sevenson</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[MathML]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wordpress/?p=164</guid>
		<description><![CDATA[An experiment parsing and displaying MathML using ActionScript 3 - generating mathematical equations from XML data]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sevenson.com.au/content/uploads/2009/05/icon7.jpg"><img src="http://www.sevenson.com.au/content/uploads/2009/05/icon7.jpg" alt="" title="MathML Icon" width="250" height="190" class="alignright size-full wp-image-580" /></a>In a similar fashion to my AS3 Graphing Classes, my MathML parser was created out of necessity.  I was working on a project that had to display some equations, but drawing them out manually seemed a bit over the top.</p>
<p>I originally looked to see if anything was already available on the net but had no luck. Considering that the only other option was to create each equation manually, I decided to try and write my own MathML parser.</p>
<p><span id="more-164"></span></p>
<p>After a bit of research and playing around I came up with a set of classes that worked in a recursive manner to generate the equation.</p>
<p>The example file below demonstrates how the parser works.</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="mathmlparser"
			class="flashmovie"
			width="650"
			height="350">
	<param name="movie" value="http://www.sevenson.com.au/content/common/swfloader.swf" />
	<param name="flashvars" value="contentURL=http://www.sevenson.com.au/content/actionscript/mathmlAS3/mathml.swf&amp;previewURL=http://www.sevenson.com.au/content/actionscript/mathmlAS3/preview.jpg&amp;clickToLoad=true" />
	<param name="quality" value="high" />
	<param name="wmode" value="window" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.sevenson.com.au/content/common/swfloader.swf"
			name="mathmlparser"
			width="650"
			height="350">
		<param name="flashvars" value="contentURL=http://www.sevenson.com.au/content/actionscript/mathmlAS3/mathml.swf&amp;previewURL=http://www.sevenson.com.au/content/actionscript/mathmlAS3/preview.jpg&amp;clickToLoad=true" />
		<param name="quality" value="high" />
		<param name="wmode" value="window" />
	<!--<![endif]-->
		
<div class="missingFlash">There should be a Flash Demo here&#8230;</div>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<h3>Download:</h3>
<p>For anyone who finds themselves in need of some MathML ActionScript classes, I have included a cleaned up version of my code for people to download here: <a href="http://www.sevenson.com.au/wp-content/plugins/download-monitor/download.php?id=5" title="Downloaded 542 times">MathML Classes</a></p>
<p>They are by no means a complete solution, but they may prove useful to someone.  Feel free to use them as you see fit, but please don&#8217;t harass me if you don&#8217;t like my code <img src='http://www.sevenson.com.au/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>On the side note, there is a program called <a href="http://www.w3.org/Amaya/">Amaya</a> that can be used to generate MathML in a pretty easy to use interface.  You can download it for free from <a href="http://www.w3.org/Amaya/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sevenson.com.au/actionscript/mathml/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

