This is the cdx file that generates the channel definition file that loads links into the
Internet Explorer favorites.
<%@ Language=VBScript EnableSessionState=False%>
<%Option Explicit%>
<!--#include virtual="xslt.asp"-->
<%=CreateHTMLFromXMLXSL(Server.MapPath("links.xml"), Server.MapPath("cdf.xsl"), Empty)%>
|