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

Subject: Re: How can I add the <xsl:eval> within another tag?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 11 Apr 2000 09:17:58 +0100 (BST)
> </xsl:script>
> 
> <xsl:if test="@city=[.'<xsl:eval>

XML does not allow element markup inside attributes, so this will not
get past any XML parser. Also note that neither xsl:script nor xsl:eval
are part of XSL, but only in a non standard language built into IE5.
So you might be better asking on a microsoft newsgroup.

David


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


Current Thread