You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Air Master <ai...@nwahd.com> on 2013/06/11 15:25:54 UTC

RSS Reader -

Hello Everybody!!


somebody knows how can I read a Sub-Elements like <media:group>


<rss>
<channel>
<item>
<media:group>
<media:content url='https://abc.com/a.jpg' height='512' width='384' 
type='image/jpeg' medium='image'/>
<media:credit>marlon molina</media:credit>
<media:description type='plain'/>
<media:title type='plain'>20130610_201116.jpg</media:title>
</media:group>
</item>
</channel>
</rss>






Re: RSS Reader -

Posted by Tom Chiverton <tc...@extravision.com>.
How far have you got with the XPath expression and the E4X API calls ?
Have you looked a traversing XML structures 
<http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7e6b.html> 
for instance ?

Tom

On 11/06/2013 14:25, Air Master wrote:
> Hello Everybody!!
>
>
> somebody knows how can I read a Sub-Elements like <media:group>
>
>
> <rss>
> <channel>
> <item>
> <media:group>
> <media:content url='https://abc.com/a.jpg' height='512' width='384' 
> type='image/jpeg' medium='image'/>
> <media:credit>marlon molina</media:credit>
> <media:description type='plain'/>
> <media:title type='plain'>20130610_201116.jpg</media:title>
> </media:group>
> </item>
> </channel>
> </rss>
>
>
>
>
>
>
> ______________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> For more information please visit http://www.symanteccloud.com
> ______________________________________________________________________
>
>