Git test
[qwp] / qwp / content / ParseModel.qml
1 import QtQuick 1.0
2
3 XmlListModel {
4
5     source: "http://"+schModel.from+".wikipedia.org/w/api.php?action=parse&page="+innerTxt.text
6     +"&format=xml"
7     query: "/api/parse"
8
9     XmlRole { name: "article"; query: "text/string()" }
10
11
12 }