[Home] [By Thread] [By Date] [Recent Entries]

  • From: Deniz Kilinc <dkilinc@h...>
  • To: xml-dev@l...
  • 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.


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member