<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Parsing the Kuler RSS feed using Flex</title>
	<link>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 09:19:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: She</title>
		<link>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-13466</link>
		<author>She</author>
		<pubDate>Mon, 16 Jun 2008 23:14:41 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-13466</guid>
		<description>Hi,
I want to use this XML insted of kuler. I am able to display the whole feed but Images and Titles are not showing in the boxes. ANy idea?

http://movielibrary.lynda.com/courses/actionscript/Site/Blog/rss.xml
    
        
    

  

    

    

    
        
            
                
                    
                        
                            
                        
                    
                

                   
            
        

        
    

</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I want to use this XML insted of kuler. I am able to display the whole feed but Images and Titles are not showing in the boxes. ANy idea?</p>
<p><a href="http://movielibrary.lynda.com/courses/actionscript/Site/Blog/rss.xml" rel="nofollow">http://movielibrary.lynda.com/courses/actionscript/Site/Blog/rss.xml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-13007</link>
		<author>peterd</author>
		<pubDate>Tue, 27 May 2008 08:10:41 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-13007</guid>
		<description>&lt;a href="http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-12987" rel="nofollow"&gt;terry kernan&lt;/a&gt;,

Interesting, this was working earlier, but I'm seeing this problem intermittently now.
It looks like my namespace may have changed. Try updating the Namespace declaration to the following:
&lt;pre class="code"&gt;
private var kulerNS:Namespace = new Namespace("http://kuler.adobe.com/kuler/API/rss/");
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p><a href="http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-12987" rel="nofollow">terry kernan</a>,</p>
<p>Interesting, this was working earlier, but I&#8217;m seeing this problem intermittently now.<br />
It looks like my namespace may have changed. Try updating the Namespace declaration to the following:</p>
<pre class="code">
private var kulerNS:Namespace = new Namespace("http://kuler.adobe.com/kuler/API/rss/");
</pre>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: terry kernan</title>
		<link>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-12987</link>
		<author>terry kernan</author>
		<pubDate>Mon, 26 May 2008 12:08:09 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-12987</guid>
		<description>I noticed that when i came across this example today that the values used in the datagrid were empty, but rows are being copied from the xml feed to the datagrid, indicating that you're able to walk through the xml file, but the content seems to be missing, any ideas?</description>
		<content:encoded><![CDATA[<p>I noticed that when i came across this example today that the values used in the datagrid were empty, but rows are being copied from the xml feed to the datagrid, indicating that you&#8217;re able to walk through the xml file, but the content seems to be missing, any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charly</title>
		<link>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-402</link>
		<author>Charly</author>
		<pubDate>Thu, 23 Aug 2007 16:47:28 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-402</guid>
		<description>Hi,

would it be possible to use: kulerNS::themeItem.kulerNS::themeImage directly i.e. in the "Image"-DataGridColumn, to get the String value?

If yes...which property should be used for?  
I think it would be the "data"-Attribute of the DataGridColumn..right?

Best regards
Charly</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>would it be possible to use: kulerNS::themeItem.kulerNS::themeImage directly i.e. in the &#8220;Image&#8221;-DataGridColumn, to get the String value?</p>
<p>If yes&#8230;which property should be used for?<br />
I think it would be the &#8220;data&#8221;-Attribute of the DataGridColumn..right?</p>
<p>Best regards<br />
Charly</p>
]]></content:encoded>
	</item>
</channel>
</rss>
