XMLlist Model with http request
Hi,
I am very much new to Qt Quick.
I want to implement an application in which I need to fetch an XML file from HTTP server and parse it out to fetch some information from it.
I have heard that It can be implemented using XMLList Model and Listview
Can anyone please show me one simple example using this.
Any help will be highly appreciated.
Regards,
Sanket Mehta
Re: XMLlist Model with http request
XMlListModel: open, scroll down, read.
Re: XMLlist Model with http request
HI Wysota,
Thanks for reply man.
I have went through it and I have faced one problem regarding "namespacedeclaration" in XMLListModel.
What does "namespacedeclaration" stand for?
I have more than one declaration in my XML file. How I am supposed to write "namespacedeclaration" in XMLListModel in that case?
Thanks in advance.
Regards,
Sanket
Re: XMLlist Model with http request
Quote:
Originally Posted by
sanket.mehta
I have went through it and I have faced one problem regarding "namespacedeclaration" in XMLListModel.
What does "namespacedeclaration" stand for?
I have more than one declaration in my XML file. How I am supposed to write "namespacedeclaration" in XMLListModel in that case?
decl1;decl2;decl3;...