OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Transforming in the asp file



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.