From Porcupine wiki

Developers: parseFromUrl method

The parseFromUrl method, as the parseFromString, accepts a URL as the first argument and a callback function which is called right after the new UI is rendered as the second. The first argument of the callback function is the root widget of the XML document returned by the URL.

Syntax

Syntax
widget.parseFromUrl(s, oncomplete);
Parameterss : Required. string URL.
oncomplete : Optional. Callback function
Returns-
Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/QuiXparseFromUrl
Page last modified on October 02, 2007, at 08:50 AM