|
 |
aspx thread: XSL in ASP.Net
Message #1 by "Jeffrey Widmer" <jwidmer@o...> on Tue, 16 Jan 2001 11:11:38 -0500
|
|
Is anyone else having problems with the <xsl:variable> tag in an xsl file
used to transform an xml file into HTML? ASP.Net tells me that it does not
recognize the tag. I am using the <asp:xml> server control to insert the
transformed XML. If I remove all of the <xsl:variable> tags from my xsl
file then the transformation works.
Also, does anyone know any good links for using XSL in ASP.Net?
Specifically using the <asp:xml> server control.
Thanks in advance,
-Jeff
Message #2 by Scott Guthrie <scottgu@m...> on Tue, 16 Jan 2001 21:49:41 -0800
|
|
Hi Jeffrey,
Unfourtunatly the XSL/T implementation in Beta1 is not 100% complete. The
XML team only checked in support for <xsl:variable> (as well as for
<xsl:eval> I think) recently. You won't be able to take advantage of these
features until beta2. :-(
Sorry,
Scott
-----Original Message-----
From: Jeffrey Widmer [mailto:jwidmer@o...]
Sent: Tuesday, January 16, 2001 8:12 AM
To: ASP+
Subject: [aspx] XSL in ASP.Net
Is anyone else having problems with the <xsl:variable> tag in an xsl file
used to transform an xml file into HTML? ASP.Net tells me that it does not
recognize the tag. I am using the <asp:xml> server control to insert the
transformed XML. If I remove all of the <xsl:variable> tags from my xsl
file then the transformation works.
Also, does anyone know any good links for using XSL in ASP.Net?
Specifically using the <asp:xml> server control.
Thanks in advance,
-Jeff
---
http://www.asptoday.com - the leading site for timely,
in-depth information for ASP developers everywhere.
Message #3 by jwidmer@o... on Wed, 17 Jan 2001 14:32:52 -0000
|
|
That's OK. That explains why I keep getting the green wavey line under my
<asp:xml> tag. Any idea when Beta2 will be out?
-Jeff
> Hi Jeffrey,
>
> Unfourtunatly the XSL/T implementation in Beta1 is not 100% complete. The
> XML team only checked in support for <xsl:variable> (as well as for
> <xsl:eval> I think) recently. You won't be able to take advantage of these
> features until beta2. :-(
>
> Sorry,
>
> Scott
>
> -----Original Message-----
> From: Jeffrey Widmer [mailto:jwidmer@o...]
> Sent: Tuesday, January 16, 2001 8:12 AM
> To: ASP+
> Subject: [aspx] XSL in ASP.Net
>
>
> Is anyone else having problems with the <xsl:variable> tag in an xsl file
> used to transform an xml file into HTML? ASP.Net tells me that it does not
> recognize the tag. I am using the <asp:xml> server control to insert the
> transformed XML. If I remove all of the <xsl:variable> tags from my xsl
> file then the transformation works.
>
> Also, does anyone know any good links for using XSL in ASP.Net?
> Specifically using the <asp:xml> server control.
> Thanks in advance,
> -Jeff
>
>
|
|
 |