Question
Is it possible to load web content?
Hello,
I'd like to know if its possible to load a file (an xml file) from a web resource with a given address like: http://server.com/file.xml.
I tried to do this with
myDocument.importXML(File(file));
but this does not seem to work.
Thanks in advance and kind regards,
mannyk
