<?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: Flex Gumbo FXG use DataGroup instead of Repeater</title>
	<atom:link href="http://elromdesign.com/blog/2009/01/12/flex-gumbo-fxg-use-datagroup-instead-of-repeater/feed/" rel="self" type="application/rss+xml" />
	<link>http://elromdesign.com/blog/2009/01/12/flex-gumbo-fxg-use-datagroup-instead-of-repeater/</link>
	<description>Developing Flash Applications</description>
	<pubDate>Thu, 09 Sep 2010 14:29:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: judah</title>
		<link>http://elromdesign.com/blog/2009/01/12/flex-gumbo-fxg-use-datagroup-instead-of-repeater/comment-page-1/#comment-17157</link>
		<dc:creator>judah</dc:creator>
		<pubDate>Sat, 24 Oct 2009 00:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=305#comment-17157</guid>
		<description>I found a solution in converting the XMLList into an XMLListCollection:

dataProvider="{new XMLListCollection(XMLList(myXML))}"</description>
		<content:encoded><![CDATA[<p>I found a solution in converting the XMLList into an XMLListCollection:</p>
<p>dataProvider=&#8221;{new XMLListCollection(XMLList(myXML))}&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: judah</title>
		<link>http://elromdesign.com/blog/2009/01/12/flex-gumbo-fxg-use-datagroup-instead-of-repeater/comment-page-1/#comment-17156</link>
		<dc:creator>judah</dc:creator>
		<pubDate>Fri, 23 Oct 2009 17:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=305#comment-17156</guid>
		<description>I have received the same error message and have decided to convert to DataGroup. In my repeater I was able to pass in XML. In the DataGroup it does not appear to support it. 

TypeError: Error #1034: Type Coercion failed: cannot convert XMLList@505bb7e9 to mx.collections.IList.

If this is true what options do I have? Thanks

Judah</description>
		<content:encoded><![CDATA[<p>I have received the same error message and have decided to convert to DataGroup. In my repeater I was able to pass in XML. In the DataGroup it does not appear to support it. </p>
<p>TypeError: Error #1034: Type Coercion failed: cannot convert XMLList@505bb7e9 to mx.collections.IList.</p>
<p>If this is true what options do I have? Thanks</p>
<p>Judah</p>
]]></content:encoded>
	</item>
</channel>
</rss>
