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]

Shorthand for XPath expression


Is there an XPath shorthand for:

<xsl:if test="@name = 'bob' or @name = 'joe' or @name = 'ben'">

something along the lines of

<xsl:if test="@name in ('bob', 'joe', 'ben')">

?

Just curious.

Thank you.

William Bagby.

 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]