Using MSXML in ASP
The standard Internet explorer installation comes with various DOM classes and APIs that can be used to work with XML and XHTML locally and over HTTP. We have adapted some of our ASP pages on the UniRom website to use these objects to display this blog and our technology areas from del.icio.us (http://del.icio.us/).
There were some issues adapting the code to work with basic authentication in a PerlScript page We used the Msxml2.XMLHTTP class to fetch the content and MSXML2.FreeThreadedDOMDocument to load and parse the XML.
Nick