The links.cdx File


Previous Topic Previous Next Topic Next
Xoc Software

Other Xoc managed sites:
http://grr.xoc.net
http://www.986faq.com
http://www.mayainfo.org
https://mayacalendar.xoc.net
http://www.yachtslog.com

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)%>

Top