What I have done now is that,
1. open 'http://www.sample.com/some.xml' in a browser.
2. copy and paste the content of that page (or say content of some.xml) into a textarea.
Question:
Can I directly get content from a URL? Like below,
<input type="uri" name="xmlfile" size = "60">
Thanks.