| First Second Third | |
|
|
<% 'Load XML set xml = Server.CreateObject("Microsoft.XMLDOM") xml.async = false xml.load(Server.MapPath("content.xml")) 'Load XSL set xsl = Server.CreateObject("Microsoft.XMLDOM") xsl.async = false xsl.load(Server.MapPath("content.xsl")) 'Transform file Response.Write(xml.transformNode(xsl)) %> |
|
©2006 Lidge-TIN |
|