<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: XMLParser - Painless XML Translation</title>
	<atom:link href="http://blog.greensock.com/xmlparseras2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.greensock.com/xmlparseras2/</link>
	<description>ActionScript Enthusaist</description>
	<pubDate>Sun,  6 Jul 2008 19:41:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Paul</title>
		<link>http://blog.greensock.com/xmlparseras2/#comment-13496</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 22 Feb 2008 20:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=8#comment-13496</guid>
		<description>You sir, are a God amongst Men!

Thanks Jack!</description>
		<content:encoded><![CDATA[<p>You sir, are a God amongst Men!</p>
<p>Thanks Jack!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://blog.greensock.com/xmlparseras2/#comment-11294</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Wed, 30 Jan 2008 22:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=8#comment-11294</guid>
		<description>Great suggestion, Og2t. As of version 4.6, XMLParser will parse numbers as numbers, not strings.</description>
		<content:encoded><![CDATA[<p>Great suggestion, Og2t. As of version 4.6, XMLParser will parse numbers as numbers, not strings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Og2t</title>
		<link>http://blog.greensock.com/xmlparseras2/#comment-11266</link>
		<dc:creator>Og2t</dc:creator>
		<pubDate>Wed, 30 Jan 2008 15:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=8#comment-11266</guid>
		<description>Hey Jack! Your class is great! I was using Zeh Fernando's XML2Object before but I think I'll stick to yours from now on.

I thought about one little helpful feature though: while parsing XML document, you could change the type of the value/attribute to Number (instead of being String) when it seems to be numeric.

I found it useful while parsing XML data describing Tweens, using String type values didn't work and it took me a while to figure it out why.</description>
		<content:encoded><![CDATA[<p>Hey Jack! Your class is great! I was using Zeh Fernando&#8217;s XML2Object before but I think I&#8217;ll stick to yours from now on.</p>
<p>I thought about one little helpful feature though: while parsing XML document, you could change the type of the value/attribute to Number (instead of being String) when it seems to be numeric.</p>
<p>I found it useful while parsing XML data describing Tweens, using String type values didn&#8217;t work and it took me a while to figure it out why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://blog.greensock.com/xmlparseras2/#comment-10193</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Mon, 14 Jan 2008 14:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=8#comment-10193</guid>
		<description>brice_m_g, from my testing, in order to get those special characters to show up inside Flash, you must:

1) Put this code on the first frame of your SWF: System.useCodepage = true;

2) Make sure those characters are embedded in the TextFields where you'll use them.</description>
		<content:encoded><![CDATA[<p>brice_m_g, from my testing, in order to get those special characters to show up inside Flash, you must:</p>
<p>1) Put this code on the first frame of your SWF: System.useCodepage = true;</p>
<p>2) Make sure those characters are embedded in the TextFields where you&#8217;ll use them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brice_m_g</title>
		<link>http://blog.greensock.com/xmlparseras2/#comment-9942</link>
		<dc:creator>brice_m_g</dc:creator>
		<pubDate>Thu, 10 Jan 2008 20:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=8#comment-9942</guid>
		<description>thanx,

very usefull class.

what about special characters : "é", "è" or "à" ?

does it work ?

bmg///</description>
		<content:encoded><![CDATA[<p>thanx,</p>
<p>very usefull class.</p>
<p>what about special characters : &#8220;é&#8221;, &#8220;è&#8221; or &#8220;à&#8221; ?</p>
<p>does it work ?</p>
<p>bmg///</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://blog.greensock.com/xmlparseras2/#comment-8759</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Sat, 22 Dec 2007 17:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=8#comment-8759</guid>
		<description>Tilman, the static load() method returns an instance of the XMLParser class, and that's what you can call cancel() on. So you could do:

var myXMLParser = XMLParser.load("myXML.xml", onFinish);

//Then, to cancel, you'd do:
myXMLParser.cancel();</description>
		<content:encoded><![CDATA[<p>Tilman, the static load() method returns an instance of the XMLParser class, and that&#8217;s what you can call cancel() on. So you could do:</p>
<p>var myXMLParser = XMLParser.load(&#8221;myXML.xml&#8221;, onFinish);</p>
<p>//Then, to cancel, you&#8217;d do:<br />
myXMLParser.cancel();</p>
]]></content:encoded>
	</item>
</channel>
</rss>
