<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: AS3:Namespace Remover</title>
	<atom:link href="http://labs.alducente.com/2008/03/12/as3namespace-remover/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.alducente.com/2008/03/12/as3namespace-remover/</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 00:43:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Andy C</title>
		<link>http://labs.alducente.com/2008/03/12/as3namespace-remover/comment-page-1/#comment-19677</link>
		<dc:creator>Andy C</dc:creator>
		<pubDate>Mon, 21 Nov 2011 13:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?p=22#comment-19677</guid>
		<description>Thanks for your work, but could you clarify it a little more? I tried dropping in your amended code above, but the best I could get was the child nodes without the XML tags (just the values).</description>
		<content:encoded><![CDATA[<p>Thanks for your work, but could you clarify it a little more? I tried dropping in your amended code above, but the best I could get was the child nodes without the XML tags (just the values).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://labs.alducente.com/2008/03/12/as3namespace-remover/comment-page-1/#comment-19187</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 21 Sep 2011 11:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?p=22#comment-19187</guid>
		<description>the comment form removed some of my code.... but I guess you see what I&#039;m up to ;)</description>
		<content:encoded><![CDATA[<p>the comment form removed some of my code&#8230;. but I guess you see what I&#8217;m up to <img src='http://labs.alducente.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://labs.alducente.com/2008/03/12/as3namespace-remover/comment-page-1/#comment-19186</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 21 Sep 2011 11:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?p=22#comment-19186</guid>
		<description>Thanks for sharing. Though I got my head twisted a bit due to two bugs... line 30 should be

attrString += attr[b].localName()+&quot;=&#039;&quot;+attr[b]+&quot;&#039; &quot;; (you had attr[0] there ;) and line 17 should be theXML = new XML(&quot;&quot;+  xml.text() +&quot;&quot;); to also remove namespaces from nodes with no child elements.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing. Though I got my head twisted a bit due to two bugs&#8230; line 30 should be</p>
<p>attrString += attr[b].localName()+&#8221;=&#8217;&#8221;+attr[b]+&#8221;&#8216; &#8220;; (you had attr[0] there <img src='http://labs.alducente.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  and line 17 should be theXML = new XML(&#8220;&#8221;+  xml.text() +&#8221;"); to also remove namespaces from nodes with no child elements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moto</title>
		<link>http://labs.alducente.com/2008/03/12/as3namespace-remover/comment-page-1/#comment-18900</link>
		<dc:creator>Moto</dc:creator>
		<pubDate>Fri, 05 Aug 2011 20:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?p=22#comment-18900</guid>
		<description>It only seems to affect nodes that are children of a node that had a namespace.  It&#039;s like it add the xmlns=&quot;&quot; to the subNodes in the XML...

&lt;a href=&quot;#comment-18899&quot; rel=&quot;nofollow&quot;&gt;@Moto &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>It only seems to affect nodes that are children of a node that had a namespace.  It&#8217;s like it add the xmlns=&#8221;" to the subNodes in the XML&#8230;</p>
<p><a href="#comment-18899" rel="nofollow">@Moto </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moto</title>
		<link>http://labs.alducente.com/2008/03/12/as3namespace-remover/comment-page-1/#comment-18899</link>
		<dc:creator>Moto</dc:creator>
		<pubDate>Fri, 05 Aug 2011 20:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?p=22#comment-18899</guid>
		<description>Andy&#039;s right.  This is almost complete however the last node for every element gets the xmlns attribute added making it difficult to access and text in those nodes. I&#039;m trying to figure it out... I&#039;ll post if I do.</description>
		<content:encoded><![CDATA[<p>Andy&#8217;s right.  This is almost complete however the last node for every element gets the xmlns attribute added making it difficult to access and text in those nodes. I&#8217;m trying to figure it out&#8230; I&#8217;ll post if I do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

