Subject: Re: How can I add the <xsl:eval> within another tag?
From: "Jonathan Borden" <jborden@xxxxxxxxxxxx>
Date: Tue, 11 Apr 2000 08:56:40 -0400
|
>
>
> hi
>
> I wanted to do this
>
...>
> <xsl:if test="@city=[.'<xsl:eval>dummy()</xsl:eval>']">
...
xsl:eval is not a defined tag in XSLT. Where are you getting this nonsense?
There is an XSLT extension mechanism which is documented in the spec at:
http://www.w3.org/TR/xslt
Jonathan Borden
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|