Click to See Complete Forum and Search --> : ASP, C# - How do I apply an xsl transform?


Zack Wassermann
11-21-2001, 08:02 AM
Hello,

I am using ASP & C#, but think this question could be asked in several places.


I have an XML file and XSL to HTML transform.
I want to apply the transform and then output the page when a button is clicked
on my webform.

How do I do this?

Thanks
Michael

Russell Jones
11-21-2001, 11:17 AM
Zack:

The simplest way is to add an XML Server Control to your Web Form. You
specify the XML and XSL files, and the control performs the transform and
returns the results.

Russell Jones
Sr. Web Development Editor,
DevX.com

"Zack Wassermann" <zack_attack190@yahoo.com> wrote in message
news:3bfba5d4$1@147.208.176.211...
>
> Hello,
>
> I am using ASP & C#, but think this question could be asked in several
places.
>
>
> I have an XML file and XSL to HTML transform.
> I want to apply the transform and then output the page when a button is
clicked
> on my webform.
>
> How do I do this?
>
> Thanks
> Michael