This is the main piece of code for the default.asp page to generate the links on the links page.
<html>
<body>
<p>Click to <a href="links.cdx">add these links to your Internet Explorer favorites</a>.</p>
<!--#include virtual="/_themes/xoc/xslt.asp"-->
<%=CreateHTMLFromXMLXSL(Server.MapPath("links.xml"), Server.MapPath("links.xsl"), Empty)%>
</body>
</html>
|