in reply to source XML as URL in command line

Use LWP to get the file first, then call the parser on it. The first recipe in lwpcook shows a simple way to retrieve the file.

There's also a whole book devoted to LWP (not that you need a book for such a simple task).

- Matt Riffle