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

RE: [xsl] EXSLT in ASP.NET?


Subject: RE: [xsl] EXSLT in ASP.NET?
From: "Joshua Allen" <joshuaa@xxxxxxxxxxxxx>
Date: Wed, 13 Mar 2002 21:05:06 -0800

The "named template" functions should "just work".  The ones that use
JavaScript would probably not work unless you ported the code to use
VB.NET or C#.  I think that the way you would tell which are which is by
looking in the ZIP file for any with names ending in ".template.xsl"
These would be the ones that you could use within ASP.NET.  If you need
to use any of the others and take the time to port the script (the ones
ending in ".msxml.xsl") to C#, I am sure they would appreciate the
submission.  The HOWTO [1] page shows a sample of a stylesheet
configured to use a "named template".  You could invoke this example the
same as you would invoke any other stylesheet in ASP.NET (using
XslTransform class [2], or by using the <asp:xml> tag declaratively [3])

[1] http://www.exslt.org/howto.html
[2] http://www.aspalliance.com/stevesmith/articles/dotnetxmlxsl.asp 
[3] http://www.dotnet101.com/articles/art027_UsingXMLASP1.asp



Joshua Allen
Microsoft WebData XML
425.705.7857

> -----Original Message-----
> From: Jonathan C. Dietrich [mailto:jcdietrich@xxxxxxxxxx]
> Sent: Wednesday, March 13, 2002 7:39 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] EXSLT in ASP.NET?
> 
> Is it possible for me to make use of the wonderful work being done at
> exslt.org in my projects that are built around ASP.NET? If so, may I
> have an example of how to implement it? Thanks a ton.
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords
xml