RE: [xsl] Shorthand for XPath expression

Subject: RE: [xsl] Shorthand for XPath expression
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Thu, 19 Jul 2001 00:55:51 +0100
William,
No. But you can do test=contains('bob-joe-ben', @name)

Ciao Chris

XML/XSL Portal 
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of William Bagby
>Sent: 19 July 2001 00:09
>To: XSL Mailing List (E-mail)
>Subject: [xsl] 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
>
>

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


Current Thread