Re: [flexcoders] Re: Can't figure out how to parse RSS

2008-04-26 Thread Dennis Falling
Nice...that's exactly what I needed. Thanks a lot! On Thu, Apr 24, 2008 at 11:47 PM, ben.clinkinbeard [EMAIL PROTECTED] wrote: http://code.google.com/p/as3syndicationlib/ HTH, Ben --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, dfalling [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: Can't figure out how to parse RSS

2008-04-25 Thread shaun
Hi, The problem is probably related to the namespaces in the slashdot feed. There is some information in the blogosphere about using xml with namespaces. cheers, - shaun ben.clinkinbeard wrote: http://code.google.com/p/as3syndicationlib/ HTH, Ben --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Can't figure out how to parse RSS

2008-04-25 Thread blc187
This is a good blog post that might help about a component that takes in an XML file and generates an object out of it. Not sure if it fits specifically the type you're parsing but it lets you define a value object that the XML will get populated into. http://9mmedia.com/blog/?p=15 --- In

[flexcoders] Re: Can't figure out how to parse RSS

2008-04-24 Thread ben.clinkinbeard
http://code.google.com/p/as3syndicationlib/ HTH, Ben --- In flexcoders@yahoogroups.com, dfalling [EMAIL PROTECTED] wrote: I'm trying to write a small app that will parse an inputted RSS feed. On some feeds (reddit.com) it works fine, but on others (slashdot.org) the xml seems to be cut