I wanna parse RSS feed with QML.
the feed structure looks like
my problem is with the <media:content> tag, how can i parse the url with QML into a string ?Code:<channel> <item> <title> </title> <description> </description> <media:content url="http://someURLHere.com/avatar/somethingHere?s=96&d=identicon&r=G" medium="image"> </media:content> </item>



