The default.asp 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 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>

Top