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?


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

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