|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: SETS comparison..?
>
> Is it possible to group values not having to repeat the same
> attribute over
> and over?
>
> e.g.: <xsl:if test=". in ['a', 'b', 'd']">
>
>
In XSLT 2.0 you can write
<xsl:if test=". = ('a', 'b', 'c')">
or if you want to make the existential quantification explicit,
<xsl:if test="some $x in ('a', 'b', 'c') satisfies $x = ."
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








