Quantcast
Browsing latest articles
Browse All 6 View Live

Answer by jonas-echterhoff

To download your XML files, just use var www : WWW = new WWW (url);// Wait for download to complete yield www;and then use www.data or www.bytes, to access the data, which you can then process as XML...

View Article


Answer by duck

Grabbing and sending XML data to and from a server can be done with the WWW class to call scripts on your server. Since XML is just text, you can use the basic WWW functions to call a URL, and read the...

View Article


Answer by cemC

I have used this method and it gives "Error submitting XML: 501 Not Implemented" error.

View Article
Browsing latest articles
Browse All 6 View Live