<?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: Darn them XML namespaces!</title>
	<atom:link href="http://www.psyked.co.uk/actionscript/darn-them-xml-namespaces.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.psyked.co.uk/actionscript/darn-them-xml-namespaces.htm</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 07:48:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Conu Adela</title>
		<link>http://www.psyked.co.uk/actionscript/darn-them-xml-namespaces.htm/comment-page-1#comment-7630</link>
		<dc:creator>Conu Adela</dc:creator>
		<pubDate>Thu, 02 Jun 2011 09:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://Ugh,thisE4Xstuffisallabitnewtome-I&#039;mstillnotusedtonamespacesandstuff. ForsomereasonI&#039;vehadtroubleextractingdatafromXMLwhenI&#039;musinganamespace. Ihavenoideawhy,butitseemedthatwiththenamespaceinuse,myattempt#comment-7630</guid>
		<description>If you are struggling with xml namespaces, there is a great tutorial on xpath namespaces at xml reports. It will be helpful and easy to look into.
Here is the link:
http://www.xml-reports.com/2011/05/xml-namespaces-for-dummies-part-1.html</description>
		<content:encoded><![CDATA[<p>If you are struggling with xml namespaces, there is a great tutorial on xpath namespaces at xml reports. It will be helpful and easy to look into.<br />
Here is the link:<br />
<a href="http://www.xml-reports.com/2011/05/xml-namespaces-for-dummies-part-1.html" rel="nofollow">http://www.xml-reports.com/2011/05/xml-namespaces-for-dummies-part-1.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.psyked.co.uk/actionscript/darn-them-xml-namespaces.htm/comment-page-1#comment-2458</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 01 Dec 2008 17:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://Ugh,thisE4Xstuffisallabitnewtome-I&#039;mstillnotusedtonamespacesandstuff. ForsomereasonI&#039;vehadtroubleextractingdatafromXMLwhenI&#039;musinganamespace. Ihavenoideawhy,butitseemedthatwiththenamespaceinuse,myattempt#comment-2458</guid>
		<description>Thanks Nick - your post makes a lot of sense, my favourate solution so far!</description>
		<content:encoded><![CDATA[<p>Thanks Nick &#8211; your post makes a lot of sense, my favourate solution so far!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Schneble</title>
		<link>http://www.psyked.co.uk/actionscript/darn-them-xml-namespaces.htm/comment-page-1#comment-2457</link>
		<dc:creator>Nick Schneble</dc:creator>
		<pubDate>Mon, 01 Dec 2008 16:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://Ugh,thisE4Xstuffisallabitnewtome-I&#039;mstillnotusedtonamespacesandstuff. ForsomereasonI&#039;vehadtroubleextractingdatafromXMLwhenI&#039;musinganamespace. Ihavenoideawhy,butitseemedthatwiththenamespaceinuse,myattempt#comment-2457</guid>
		<description>James,

You can easily handle multiple namespaces in XML using E4X without changing the namespace used in the class (per Jordi&#039;s comment).

I wrote up a post on it a while back:
http://userflex.wordpress.com/2008/04/03/xml-ns-e4x/

This technique can also be applied when you don&#039;t know what namespaces are specified beforehand, since you can iterate over the XML.namespaceDeclarations() array to determine what ones are used in the XML.

Hope that helps!</description>
		<content:encoded><![CDATA[<p>James,</p>
<p>You can easily handle multiple namespaces in XML using E4X without changing the namespace used in the class (per Jordi&#8217;s comment).</p>
<p>I wrote up a post on it a while back:<br />
<a href="http://userflex.wordpress.com/2008/04/03/xml-ns-e4x/" rel="nofollow">http://userflex.wordpress.com/2008/04/03/xml-ns-e4x/</a></p>
<p>This technique can also be applied when you don&#8217;t know what namespaces are specified beforehand, since you can iterate over the XML.namespaceDeclarations() array to determine what ones are used in the XML.</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.psyked.co.uk/actionscript/darn-them-xml-namespaces.htm/comment-page-1#comment-2455</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 01 Dec 2008 14:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://Ugh,thisE4Xstuffisallabitnewtome-I&#039;mstillnotusedtonamespacesandstuff. ForsomereasonI&#039;vehadtroubleextractingdatafromXMLwhenI&#039;musinganamespace. Ihavenoideawhy,butitseemedthatwiththenamespaceinuse,myattempt#comment-2455</guid>
		<description>Aha, Akismet was eating the comments...

Namespaces is something I&#039;ll have to look into a bit more.  I&#039;ll give both of those suggestions a shot though, and see what I can make work...

I was trying to extract the paths of the icons from the applicationDescriptor files in an AIR application (for my &lt;a href=&quot;http://www.psyked.co.uk/actionscript/application-information-class-for-air.htm&quot;  rel=&quot;nofollow&quot;&gt;ApplicationInfo&lt;/a&gt; class) but was getting stumped.</description>
		<content:encoded><![CDATA[<p>Aha, Akismet was eating the comments&#8230;</p>
<p>Namespaces is something I&#8217;ll have to look into a bit more.  I&#8217;ll give both of those suggestions a shot though, and see what I can make work&#8230;</p>
<p>I was trying to extract the paths of the icons from the applicationDescriptor files in an AIR application (for my <a href="http://www.psyked.co.uk/actionscript/application-information-class-for-air.htm"  rel="nofollow">ApplicationInfo</a> class) but was getting stumped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Butler</title>
		<link>http://www.psyked.co.uk/actionscript/darn-them-xml-namespaces.htm/comment-page-1#comment-2454</link>
		<dc:creator>Richard Butler</dc:creator>
		<pubDate>Mon, 01 Dec 2008 13:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://Ugh,thisE4Xstuffisallabitnewtome-I&#039;mstillnotusedtonamespacesandstuff. ForsomereasonI&#039;vehadtroubleextractingdatafromXMLwhenI&#039;musinganamespace. Ihavenoideawhy,butitseemedthatwiththenamespaceinuse,myattempt#comment-2454</guid>
		<description>Doesn&#039;t look like your comment system likes XML, but hopefully you can see what I was getting at!</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t look like your comment system likes XML, but hopefully you can see what I was getting at!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 1/15 queries in 0.006 seconds using disk: basic
Object Caching 613/616 objects using disk: basic

Served from: www.psyked.co.uk @ 2012-02-10 09:06:22 -->
