Hi,
I am very new to WRT development. Could anyone please help me with some link or article which can help me to parse XML from remote location.
Is there any example code, like we get in S60 SDK folder?
Please suggest me.
Printable View
Hi,
I am very new to WRT development. Could anyone please help me with some link or article which can help me to parse XML from remote location.
Is there any example code, like we get in S60 SDK folder?
Please suggest me.
When creating a new project on Web SDK please select RSS reader project. FeedUpdateBroker.js has function handleResponse which you can use as an example.
-Ilkka
As a possibly useful note: when working with XMLHttpRequest objects in JavaScript, the remote XML documents get automatically parsed, so all you have to do is to access nodes and attributes via the 'responseXML' property of the XMLHttpRequest object itself.
Pit
[QUOTE=jappit;808818]As a possibly useful note: when working with XMLHttpRequest objects in JavaScript, the remote XML documents get automatically parsed, so all you have to do is to access nodes and attributes via the 'responseXML' property of the XMLHttpRequest object itself.
Pit[/QUOTE]
Thanks Pit,
I have followed your example [url]http://wiki.forum.nokia.com/index.php/Building_a_Flickr_widget_with_Mobile_Web_Templates[/url] and now I am trying to play flv files. I mean I am trying to display the list of thumbnails in my app and when I click on the image the video shoud play.
Regarding this I have this post [url]http://discussion.forum.nokia.com/forum/showthread.php?217013-Memory-Full-Application-Close-%28WRT%29&p=808739#post808739[/url]
I would be kind enough if you could have a look in this.
I got many articles and examples that can parse RSS and JOSN. But when I use the same example and change the xml link its not working. How do I parse my own defined XML not the standard RSS or JSON. Is there any example for that?
Hi
[url]http://wiki.forum.nokia.com/index.php/Widget_XMLHttpRequest_Example[/url]
check the URL.
Regards
TJ