RE: [flexcoders] HTTPService BUG can't read RSS xml with single item

2008-02-06 Thread Tracy Spratt
37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] HTTPService BUG can't read RSS xml with single item Hi as I was using HTTPService I found that if the xml file has only one item in it HTTPService returns arreycollection with no elements in it. On the other hand if you add one more i

[flexcoders] HTTPService BUG can't read RSS xml with single item

2008-02-06 Thread hworke
Hi as I was using HTTPService I found that if the xml file has only one item in it HTTPService returns arreycollection with no elements in it. On the other hand if you add one more item in the input xml file, then it returns an arraycollection with 2 elements. I guess this is a bug!!!