<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Flex 2.0.1 Tree with Spring Loaded Folders (Update 2)</title>
	<atom:link href="http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/</link>
	<description>Impressions, rants, wow moments, general tips, and examples in and around Adobe Flex 2.0</description>
	<lastBuildDate>Sat, 14 Nov 2009 15:58:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rakesh</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8251</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Sat, 24 Oct 2009 12:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8251</guid>
		<description>Rakesh 


    hello friend i wan to tree lok for my website . and i want to display full folder and files from my domain like
    public_html
    ..
    .
    ..
    .
    ..
    .index.php
    etc…
    ok so if you know then please send me on my email id “rakesh.guest@gmail.com”

    thanks..</description>
		<content:encoded><![CDATA[<p>Rakesh </p>
<p>    hello friend i wan to tree lok for my website . and i want to display full folder and files from my domain like<br />
    public_html<br />
    ..<br />
    .<br />
    ..<br />
    .<br />
    ..<br />
    .index.php<br />
    etc…<br />
    ok so if you know then please send me on my email id “rakesh.guest@gmail.com”</p>
<p>    thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shailesh</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8248</link>
		<dc:creator>Shailesh</dc:creator>
		<pubDate>Wed, 14 Oct 2009 04:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8248</guid>
		<description>Found a solution here, http://www.boxertech.com/post/Flex3-Uncontrolled-Auto-Scroll-after-DragDrop.aspx</description>
		<content:encoded><![CDATA[<p>Found a solution here, <a href="http://www.boxertech.com/post/Flex3-Uncontrolled-Auto-Scroll-after-DragDrop.aspx" rel="nofollow">http://www.boxertech.com/post/Flex3-Uncontrolled-Auto-Scroll-after-DragDrop.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shailesh</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8247</link>
		<dc:creator>Shailesh</dc:creator>
		<pubDate>Wed, 14 Oct 2009 03:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8247</guid>
		<description>If DnD is from one tree to another tree, after drop is complete, the target tree scroll just by mouse movement (without pressing the scroll bar). Looks like auto scroll is not reset. Any one came across this issue?</description>
		<content:encoded><![CDATA[<p>If DnD is from one tree to another tree, after drop is complete, the target tree scroll just by mouse movement (without pressing the scroll bar). Looks like auto scroll is not reset. Any one came across this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lingpri</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8217</link>
		<dc:creator>lingpri</dc:creator>
		<pubDate>Tue, 21 Apr 2009 22:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8217</guid>
		<description>I got it i missed the labelField  attribute in the Tree tag..

Great work Jason..

Thanks..
Priya</description>
		<content:encoded><![CDATA[<p>I got it i missed the labelField  attribute in the Tree tag..</p>
<p>Great work Jason..</p>
<p>Thanks..<br />
Priya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lingpri</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8216</link>
		<dc:creator>lingpri</dc:creator>
		<pubDate>Tue, 21 Apr 2009 21:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8216</guid>
		<description>Hi Jason,

I&#039;m trying to load the XML document thru a URLLoader class and the whole XML document gets loaded as a node.Please advice on what might be wrong.
Thanks..
Priya

private function handleComplete( event:Event ):void {
      	try {
      		
        	Model.instance.treeData = new XML( event.target.data ).copy();
        	trace(Model.instance.treeData.toXMLString() );
        
      	} catch ( e:TypeError ) {
        	trace( &quot;Could not parse text into XML&quot; );
        	trace( e.message );
      		}
    	}

        public function AlertInfoCommand()
        {
            super();
            m_httpService.url = Model.DEBUG ? &quot;test.jsp&quot; : Model.URL;
            var loader:URLLoader = new URLLoader();
            loader.addEventListener( Event.COMPLETE, handleComplete );
            loader.load(new URLRequest(&quot;sampleData.xml&quot;));
            //Controller.instance.addEventListener( AlertInfoEvent.TYPE, getMsgHandler );
        }</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>I&#8217;m trying to load the XML document thru a URLLoader class and the whole XML document gets loaded as a node.Please advice on what might be wrong.<br />
Thanks..<br />
Priya</p>
<p>private function handleComplete( event:Event ):void {<br />
      	try {</p>
<p>        	Model.instance.treeData = new XML( event.target.data ).copy();<br />
        	trace(Model.instance.treeData.toXMLString() );</p>
<p>      	} catch ( e:TypeError ) {<br />
        	trace( &#8220;Could not parse text into XML&#8221; );<br />
        	trace( e.message );<br />
      		}<br />
    	}</p>
<p>        public function AlertInfoCommand()<br />
        {<br />
            super();<br />
            m_httpService.url = Model.DEBUG ? &#8220;test.jsp&#8221; : Model.URL;<br />
            var loader:URLLoader = new URLLoader();<br />
            loader.addEventListener( Event.COMPLETE, handleComplete );<br />
            loader.load(new URLRequest(&#8220;sampleData.xml&#8221;));<br />
            //Controller.instance.addEventListener( AlertInfoEvent.TYPE, getMsgHandler );<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8180</link>
		<dc:creator>Lance</dc:creator>
		<pubDate>Mon, 09 Feb 2009 22:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8180</guid>
		<description>Actually, now &quot;view source&quot; seems to work for me in either 9 or 10, debug or not.  When I was trying it before with Flash 10, I thought it didn&#039;t work.  I was probably just doing something dumb though.</description>
		<content:encoded><![CDATA[<p>Actually, now &#8220;view source&#8221; seems to work for me in either 9 or 10, debug or not.  When I was trying it before with Flash 10, I thought it didn&#8217;t work.  I was probably just doing something dumb though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8179</link>
		<dc:creator>Lance</dc:creator>
		<pubDate>Mon, 09 Feb 2009 22:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8179</guid>
		<description>For all you folks who can&#039;t get the source - you need to be running Flash 9.  I was running Flash 10 debug.  Once you&#039;re running 9, you right click and you&#039;ll get a context menu that says &quot;View Source&quot;.

Incidentally, there&#039;s a Firefox flash switcher plugin that works for switching between flash versions.  It doesn&#039;t say that it works for Flash 10 but it worked for me.  It&#039;s basically just copying around a couple files.</description>
		<content:encoded><![CDATA[<p>For all you folks who can&#8217;t get the source &#8211; you need to be running Flash 9.  I was running Flash 10 debug.  Once you&#8217;re running 9, you right click and you&#8217;ll get a context menu that says &#8220;View Source&#8221;.</p>
<p>Incidentally, there&#8217;s a Firefox flash switcher plugin that works for switching between flash versions.  It doesn&#8217;t say that it works for Flash 10 but it worked for me.  It&#8217;s basically just copying around a couple files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard Fore</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8174</link>
		<dc:creator>Howard Fore</dc:creator>
		<pubDate>Thu, 29 Jan 2009 20:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8174</guid>
		<description>Jason,

There seems to be some issue when you try to drag in a tree that has leaf nodes longer than the height of the window. The list hops up and you lose your place in the list.</description>
		<content:encoded><![CDATA[<p>Jason,</p>
<p>There seems to be some issue when you try to drag in a tree that has leaf nodes longer than the height of the window. The list hops up and you lose your place in the list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vrabete</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8109</link>
		<dc:creator>vrabete</dc:creator>
		<pubDate>Mon, 20 Oct 2008 14:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8109</guid>
		<description>Hi Jason,

I have been working with the older version of this component until I&#039;ve found it. I believe both versions are great, I like the additions to the new one and I&#039;d like to use it, but it has a bug that I can&#039;t seem to pin down.

The bug is this one: if you drag a leaf/node and place it in the previous level, it works fine. Once you try to do so with the next one, it&#039;s not working anymore. This happens 99% of the times, both upper and lower sometimes, the only pattern I could discover is that once I dragOver above parent node, the selectedItem blue indicator dissapears, sort of like: nothing to drop anymore.

Could you please help me out? Any ideas?

Again, great component, caught my ears in it trying to make it what I need it to be, but if I wouldn&#039;t had this starting point it would have been more complicated.

EDIT: apparently solution: commented akmeful&#039;s line 662 like this:

if(openedFolderHierarchy.length &gt; 0){
//openItems = openedFolderHierarchy;
}

Thank you,
Cristi</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>I have been working with the older version of this component until I&#8217;ve found it. I believe both versions are great, I like the additions to the new one and I&#8217;d like to use it, but it has a bug that I can&#8217;t seem to pin down.</p>
<p>The bug is this one: if you drag a leaf/node and place it in the previous level, it works fine. Once you try to do so with the next one, it&#8217;s not working anymore. This happens 99% of the times, both upper and lower sometimes, the only pattern I could discover is that once I dragOver above parent node, the selectedItem blue indicator dissapears, sort of like: nothing to drop anymore.</p>
<p>Could you please help me out? Any ideas?</p>
<p>Again, great component, caught my ears in it trying to make it what I need it to be, but if I wouldn&#8217;t had this starting point it would have been more complicated.</p>
<p>EDIT: apparently solution: commented akmeful&#8217;s line 662 like this:</p>
<p>if(openedFolderHierarchy.length &gt; 0){<br />
//openItems = openedFolderHierarchy;<br />
}</p>
<p>Thank you,<br />
Cristi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8084</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Mon, 04 Aug 2008 16:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8084</guid>
		<description>I have just tried to use your SpringLoadedTree v2 inside of Flex 3 and am receiving some errors. I am using acceptDrop and acceptDrag properties on the collection and receive the following errors when trying to drag items around.

TypeError: Error #1006: parent is not a function.</description>
		<content:encoded><![CDATA[<p>I have just tried to use your SpringLoadedTree v2 inside of Flex 3 and am receiving some errors. I am using acceptDrop and acceptDrag properties on the collection and receive the following errors when trying to drag items around.</p>
<p>TypeError: Error #1006: parent is not a function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hunka</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8071</link>
		<dc:creator>hunka</dc:creator>
		<pubDate>Fri, 13 Jun 2008 09:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8071</guid>
		<description>excellent share..thanks</description>
		<content:encoded><![CDATA[<p>excellent share..thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8029</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 20 Feb 2008 03:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-8029</guid>
		<description>Nice work, I would fry my last braincells to understand what you did in there, but it sure seems to work fine.. does anyone know how to keep a selected folder open while switch xmllist dp.. will show all the same folders but switch type of leafs from a tab with users&#124;computers&#124;other etc.. ah..dont mind if I am unclear..</description>
		<content:encoded><![CDATA[<p>Nice work, I would fry my last braincells to understand what you did in there, but it sure seems to work fine.. does anyone know how to keep a selected folder open while switch xmllist dp.. will show all the same folders but switch type of leafs from a tab with users|computers|other etc.. ah..dont mind if I am unclear..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-5457</link>
		<dc:creator>Abdul</dc:creator>
		<pubDate>Fri, 21 Dec 2007 01:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-5457</guid>
		<description>Hi there,

I am requesting for the source code. I don&#039;t find in your website or my eyes will be not good to find in your website. Can you please send the link for this complex tree handling similar to whatever you have. Really appreciated! 

http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/ 

Thanks,
Abdul</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I am requesting for the source code. I don&#8217;t find in your website or my eyes will be not good to find in your website. Can you please send the link for this complex tree handling similar to whatever you have. Really appreciated! </p>
<p><a href="http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/" rel="nofollow">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/</a> </p>
<p>Thanks,<br />
Abdul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-3800</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 27 Nov 2007 15:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-3800</guid>
		<description>when are you going to post update 3</description>
		<content:encoded><![CDATA[<p>when are you going to post update 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-2554</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 23 Oct 2007 18:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-2554</guid>
		<description>How do you get the scroll to work on the SpringTree when your dragging an item.  In your example.. if you expand all nodes so the list is longer than the viewable space and then try to drag and item from the top of the list to the bottom.. the tree will scroll.  I downloaded your source code and ran it without any changes.. My tree doesn&#039;t scroll but the one on your web site does.. Do I need to do something special?

Also, How do I get the tree to reject drops from non-branch items when dropping on the root row?</description>
		<content:encoded><![CDATA[<p>How do you get the scroll to work on the SpringTree when your dragging an item.  In your example.. if you expand all nodes so the list is longer than the viewable space and then try to drag and item from the top of the list to the bottom.. the tree will scroll.  I downloaded your source code and ran it without any changes.. My tree doesn&#8217;t scroll but the one on your web site does.. Do I need to do something special?</p>
<p>Also, How do I get the tree to reject drops from non-branch items when dropping on the root row?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flexibleexperiments</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-1506</link>
		<dc:creator>flexibleexperiments</dc:creator>
		<pubDate>Fri, 10 Aug 2007 16:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-1506</guid>
		<description>Yes it&#039;s very doable. You would have to modify the handleDragOver where it calls itemAcceptDrop to add your test or do another test just after or before it. 

Basically, If the currentCursorID is equal to the rejectCursorID the drop is ignored.

jason</description>
		<content:encoded><![CDATA[<p>Yes it&#8217;s very doable. You would have to modify the handleDragOver where it calls itemAcceptDrop to add your test or do another test just after or before it. </p>
<p>Basically, If the currentCursorID is equal to the rejectCursorID the drop is ignored.</p>
<p>jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shailesh Mangal</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-1505</link>
		<dc:creator>Shailesh Mangal</dc:creator>
		<pubDate>Fri, 10 Aug 2007 15:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-1505</guid>
		<description>I wanted to customize the Drop eligibility check (only certain type of node can be dropped on certain type of nodes). Wondering if this is easily doable with Spring Tree</description>
		<content:encoded><![CDATA[<p>I wanted to customize the Drop eligibility check (only certain type of node can be dropped on certain type of nodes). Wondering if this is easily doable with Spring Tree</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flexibleexperiments</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-1413</link>
		<dc:creator>flexibleexperiments</dc:creator>
		<pubDate>Sat, 04 Aug 2007 23:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-1413</guid>
		<description>Kevin, 

Thanks :)

Jason</description>
		<content:encoded><![CDATA[<p>Kevin, </p>
<p>Thanks <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin C</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-1409</link>
		<dc:creator>Kevin C</dc:creator>
		<pubDate>Sat, 04 Aug 2007 17:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-1409</guid>
		<description>Dude your component freaking rocks! I love how it has multiple selections! Keep it up man!</description>
		<content:encoded><![CDATA[<p>Dude your component freaking rocks! I love how it has multiple selections! Keep it up man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd</title>
		<link>http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-903</link>
		<dc:creator>Bernd</dc:creator>
		<pubDate>Tue, 10 Jul 2007 09:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/#comment-903</guid>
		<description>Hi Jason,
great work! Thanks a lot. I was wondering if there is a way to show the tree completely expanded.
Something like expandall() :-)

Bernd</description>
		<content:encoded><![CDATA[<p>Hi Jason,<br />
great work! Thanks a lot. I was wondering if there is a way to show the tree completely expanded.<br />
Something like expandall() <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Bernd</p>
]]></content:encoded>
	</item>
</channel>
</rss>
