我想用QML解析RSS提要。RSS解析QML
飼料結構看起來像
<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>
我的問題是與媒體:內容標籤,如何可以解析與QML的網址轉換成字符串?
感謝harriha,這解決了這個問題 – belhawary