ASP.NET version of "XML to HTML (via XSL) - Remote"
This sample script does the same thing as our XML to HTML (via XSL) ASP.NET sample
except that this version retrieves the XML file via HTTP (from a remote server) instead of from the file system
(from your web server).
In keeping with the options we gave you in the original version, I'm also publishing two different versions
of this script. The first does everything manually and shows you how to build the resulting HTML string
by hand. The second version utilizes ASP.NET's built in XML control in order to make things simpler.
I've included both versions in the zip file along with the sample XML and XSL files.