all groups > dotnet xml > march 2004 >
You're in the

dotnet xml

group:

Problem with Xml & XSL, please HELP


Re: Problem with Xml & XSL, please HELP Dare Obasanjo [MSFT]
3/29/2004 12:55:30 PM
dotnet xml: So what exactly are you having a problem with? Do you need a tutorial on
XSLT or the name of the class to use for XSLT transformations or...?

--
This posting is provided "AS IS" with no warranties, and confers no rights.

[quoted text, click to view]

Problem with Xml & XSL, please HELP Tiraman
3/29/2004 9:30:02 PM
Hi,



I m working in VB.NET in front of ASP.Net and I would like to



Transform Xml with XSL and I would like to get the Html results as string
into one of my string params.



How can I do that?



10x in advance


Re: Problem with Xml & XSL, please HELP Tiraman
3/29/2004 11:45:33 PM
hi ,

the problem was how to get the transform result into string param and not as
a file

the missing part was this :

Dim writer As StringWriter = New StringWriter()
xslTran.Transform(xmlDoc, Nothing, writer)
sHTMLoutput = writer.ToString()

now i am fixed :-)

10x



[quoted text, click to view]

AddThis Social Bookmark Button