A
Adam Knight
Hi all,
I am trying to performance an XSL tranform using the code below:
The code below is the result of googling..but the transform method is giving
me errors. (ASP.NET 1.1)
'load navigation xml file
docXml.Load(strXmlUrl)
'load xsl stylesheet
docXsl.Load(strXslUrl)
'peform xsl transformation
docXsl.Transform(docXml, Nothing,Response.Output)
Anyone know what the problem is?
Cheers,
Adam
I am trying to performance an XSL tranform using the code below:
The code below is the result of googling..but the transform method is giving
me errors. (ASP.NET 1.1)
'load navigation xml file
docXml.Load(strXmlUrl)
'load xsl stylesheet
docXsl.Load(strXslUrl)
'peform xsl transformation
docXsl.Transform(docXml, Nothing,Response.Output)
Anyone know what the problem is?
Cheers,
Adam