Display information from remote XML
I've been given the task of modifying a web page hosted on an asp.NET 1.1 server so that it will display information from an XML file located on a different server. I have no real experience with asp.NET, but have been able to get this to work fine when the XML file is on the local server. After spending quite a bit of time searching, I haven't found any practical, working examples of doing this with asp.NET 1.1 when the XML file isn't on the local server and accessible via a relative path. Can anyone point me to an example of getting XML data from a remote server and then displaying that via XSL transformation on a web page?? Thanks.

