<?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>Actionscript Classes &#187; XML</title>
	<atom:link href="http://www.actionscriptclasses.com/category/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.actionscriptclasses.com</link>
	<description>Actionscript Class File Repository</description>
	<lastBuildDate>Sun, 22 Feb 2009 08:34:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>XMLConduit</title>
		<link>http://www.actionscriptclasses.com/2007/xmlconduit/</link>
		<comments>http://www.actionscriptclasses.com/2007/xmlconduit/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 01:03:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 2]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2007/xmlconduit/</guid>
		<description><![CDATA[From the site:
Here is a simple class that allows you to use POST and GET to return XML data from a URL (budget webservice). It works really well, you can just extend it by adding your own required methods, or you could set it up with one generic method that supplies the event type, etc. [...]]]></description>
			<content:encoded><![CDATA[<p>From the site:<br />
<blockquote class="webkit-indent-blockquote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px"><span class="Apple-style-span" style="color: #645f5f; font-family: georgia; font-size: 13px">Here is a simple class that allows you to use POST and GET to return XML data from a URL (budget webservice). It works really well, you can just extend it by adding your own required methods, or you could set it up with one generic method that supplies the event type, etc. and you could send it an object with properties instead of specific arguments (so you could loop through and inspect them).</span>Â Â </p></blockquote>
<p><a href="http://www.ericd.net/2007/11/as2-class-xmlconduit.html" title="XMLConduit">http://www.ericd.net/2007/11/as2-class-xmlconduit.htmlÂ </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2007/xmlconduit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LoadXML</title>
		<link>http://www.actionscriptclasses.com/2007/loadxml/</link>
		<comments>http://www.actionscriptclasses.com/2007/loadxml/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 19:53:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 3]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2007/loadxml/</guid>
		<description><![CDATA[XML loader for AS 3
http://www.mediareason.com/blog/?p=20
]]></description>
			<content:encoded><![CDATA[<p>XML loader for AS 3<br />
<a title="XML Loader" href="http://www.mediareason.com/blog/?p=20">http://www.mediareason.com/blog/?p=20</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2007/loadxml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xml search class</title>
		<link>http://www.actionscriptclasses.com/2007/xml-search-class/</link>
		<comments>http://www.actionscriptclasses.com/2007/xml-search-class/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 21:37:53 +0000</pubDate>
		<dc:creator>maxgarfinkel</dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2007/xml-search-class/</guid>
		<description><![CDATA[A neat little class that allows you to search an already loaded xml file. You can search for attributes or node data and you can search for the first match only or you can search recursivly.
http://blog.maxgarfinkel.com/archives/8
]]></description>
			<content:encoded><![CDATA[<p>A neat little class that allows you to search an already loaded xml file. You can search for attributes or node data and you can search for the first match only or you can search recursivly.</p>
<p><a href='http://blog.maxgarfinkel.com/archives/8'>http://blog.maxgarfinkel.com/archives/8</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2007/xml-search-class/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>XMLParser</title>
		<link>http://www.actionscriptclasses.com/2007/httpbloggreensockcomcat3/</link>
		<comments>http://www.actionscriptclasses.com/2007/httpbloggreensockcomcat3/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 04:29:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 2]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2007/httpbloggreensockcomcat3/</guid>
		<description><![CDATA[From the site:
This class provides an easy way to load and/or send an XML file and parse the data into a format that&#8217;s simple to work with. Every node becomes an array with the same name. All attributes are also easily accessible because they become properties with the same name.
]]></description>
			<content:encoded><![CDATA[<p>From the site:</p>
<blockquote><p>This class provides an easy way to load and/or send an XML file and parse the data into a format that&#8217;s simple to work with. Every node becomes an array with the same name. All attributes are also easily accessible because they become properties with the same name.</p></blockquote>
<p><a href="http://blog.greensock.com/?cat=3 title="XMLParser">http://blog.greensock.com/?cat=3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2007/httpbloggreensockcomcat3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XMLHightlighter</title>
		<link>http://www.actionscriptclasses.com/2006/xmlhightlighter/</link>
		<comments>http://www.actionscriptclasses.com/2006/xmlhightlighter/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 04:46:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 2]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2006/xmlhightlighter/</guid>
		<description><![CDATA[Use the methods and properties of the XMLHighlighter class to generate the html code to generate color highlighted pretty printed XML.
http://www.shockwave-india.com/blog/actionscript2/?asfile=XMLHighlighter.as]]></description>
			<content:encoded><![CDATA[<p>Use the methods and properties of the XMLHighlighter class to generate the html code to generate color highlighted pretty printed XML.</p>
<p><a href="http://shockwave-india.com/blog/?archive=2004_07_01_archive.xml" title="XMLHighlighter">http://www.shockwave-india.com/blog/actionscript2/?asfile=XMLHighlighter.as<http://shockwave-india.com/blog/?archive=2004_07_01_archive.xml</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2006/xmlhightlighter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XML2Object</title>
		<link>http://www.actionscriptclasses.com/2006/xml2object/</link>
		<comments>http://www.actionscriptclasses.com/2006/xml2object/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 12:46:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 2]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2006/xml2object/</guid>
		<description><![CDATA[Updated version of Alessandro Crugnola&#8217;s XML2Object class found here.
http://www.sillydomainname.com/2006/05/22/actionscript-util-class-xml2object/Â 
]]></description>
			<content:encoded><![CDATA[<p>Updated version of Alessandro Crugnola&#8217;s XML2Object class found <a title="XML2Object" href="http://www.sephiroth.it/file_detail.php?pageNum_comments=70&#038;id=129">here</a>.</p>
<p><a title="XML2Object" href="http://www.sillydomainname.com/2006/05/22/actionscript-util-class-xml2object/">http://www.sillydomainname.com/2006/05/22/actionscript-util-class-xml2object/Â </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2006/xml2object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MXCService</title>
		<link>http://www.actionscriptclasses.com/2006/mxcservice/</link>
		<comments>http://www.actionscriptclasses.com/2006/mxcservice/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 12:22:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS 2]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2006/mxcservice/</guid>
		<description><![CDATA[Send/recieve queries to the mxcomm php handler.
Â http://www.meychi.com/source/actionscript/classes/MXCService.as
]]></description>
			<content:encoded><![CDATA[<p>Send/recieve queries to the mxcomm php handler.</p>
<p><a title="MXCService" href="http://www.meychi.com/source/actionscript/classes/MXCService.as">Â http://www.meychi.com/source/actionscript/classes/MXCService.as</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2006/mxcservice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FeedParser</title>
		<link>http://www.actionscriptclasses.com/2006/feedparser/</link>
		<comments>http://www.actionscriptclasses.com/2006/feedparser/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 12:01:42 +0000</pubDate>
		<dc:creator>flashape</dc:creator>
				<category><![CDATA[AS 2]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2006/feedparser/</guid>
		<description><![CDATA[Parses and validates an RSS Feed.
http://www.meychi.com/source/actionscript/classes/FeedParser.asÂ 
]]></description>
			<content:encoded><![CDATA[<p>Parses and validates an RSS Feed.</p>
<p><a title="FeedParser" href="http://www.meychi.com/source/actionscript/classes/FeedParser.as">http://www.meychi.com/source/actionscript/classes/FeedParser.asÂ </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2006/feedparser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XMLLoader</title>
		<link>http://www.actionscriptclasses.com/2006/xmlloader/</link>
		<comments>http://www.actionscriptclasses.com/2006/xmlloader/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 16:50:02 +0000</pubDate>
		<dc:creator>flashape</dc:creator>
				<category><![CDATA[AS 2]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2006/xmlloader/</guid>
		<description><![CDATA[XML loading class that resolves scope issues.
http://www.createage.com/blog/?p=104Â 
]]></description>
			<content:encoded><![CDATA[<p>XML loading class that resolves scope issues.</p>
<p><a title="XMLLoader class" href="http://www.createage.com/blog/?p=104 ">http://www.createage.com/blog/?p=104Â </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2006/xmlloader/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Atom</title>
		<link>http://www.actionscriptclasses.com/2006/atom/</link>
		<comments>http://www.actionscriptclasses.com/2006/atom/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 16:00:52 +0000</pubDate>
		<dc:creator>flashape</dc:creator>
				<category><![CDATA[AS 2]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.actionscriptclasses.com/2006/atom/</guid>
		<description><![CDATA[An AS 2 class to represent and parse Atom feeds.
http://weblogs.macromedia.com/mesh/archives/2004/02/atom_feed_actio.htmlÂ 
]]></description>
			<content:encoded><![CDATA[<p>An AS 2 class to represent and parse Atom feeds.</p>
<p><a title="Atom class" href="http://weblogs.macromedia.com/mesh/archives/2004/02/atom_feed_actio.html">http://weblogs.macromedia.com/mesh/archives/2004/02/atom_feed_actio.htmlÂ </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.actionscriptclasses.com/2006/atom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
