-
19 Dec 2008 3:05 AM #1
XMLReader
XMLReader
Hello forum, I need to configure a DataView with a XMLReader. This XMLReader, haven't to get the XML document via proxy. I have a "controller" that is charge of the comunication with servlet, and it is who retrieve the response. So for example, in order to get a list of images inside a directory would be-->
How Can I set that the data is obtained via Controller.getImageList() method?Code:var xmldoc = Controller.getImageList();
Thanks for all.
-
19 Dec 2008 3:30 AM #2


Reply With Quote