<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> Untitled Document
<% Dim mm_xsl: Set mm_xsl = new MM_XSLTransform mm_xsl.setXML "http://www.webbrush73.com/rss/rssnews.xml" mm_xsl.setXSL "news.xsl" Response.write mm_xsl.Transform() %>