[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Transforming in the asp file
- From: Deniz Kilinc <dkilinc@hotmail.com>
- To: xml-dev@lists.xml.org
- Date: Fri, 29 Jun 2001 15:25:40 +0000
Hi all,
When i try below ,i can't see anything:what is the reason according tou
you?xml and xsl file syntax are surely true.
<%function transformFiles()
dim xslDoc
dim xmlDoc
set xslDoc=Server.CreateObject("Microsoft.XMLDOM")
set xmlDoc=Server.CreateObject("Microsoft.XMLDOM")
xmlDoc.load "penguins.xml"
xslDoc.load "article.xsl"
strHTML = xmlDoc.transformNode(xslDoc)
transformFiles=strHTML
end function %>
<%Response.Write transformFiles()%>
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.