[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] RSS problems


Subject: [xsl] RSS problems
From: "Luke Ambrogio" <luke.ambrogio@xxxxxxxxxxxx>
Date: Wed, 27 Oct 2004 14:43:57 +0200

hello guys

im doing site where the user clicks on an link and the page get the rss feed
from another website passes it through an xsl file and outputs it.

On one server it works,

On another it doesn't?


Any of you guys ever encouter it or heard about it,

Regards
Luke

the code is

Set objXML = Server.CreateObject("MSXML2.FreeThreadedDOMDocument")
objXML.async = False

objXML.setProperty "ServerHTTPRequest", True
strTemp = request.QueryString("t")
objXML.Load(strTemp)

Set objXSL = Server.CreateObject("Microsoft.XMLDOM")
objXSL.async = False
objXSL.load(Server.MapPath("bovslrss.xsl"))

strHTML = objXML.transformNode(objXSL)

response.Write(strHTML)


Current Thread
Keywords
xsl