This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How can I add the <xsl:eval> within another tag?


> 
> 
> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]