[xsl] Logic OR in the XPath

Subject: [xsl] Logic OR in the XPath
From: Dongling Ding <dling61@xxxxxxxxx>
Date: Thu, 23 Oct 2003 13:19:15 -0700 (PDT)
Hi,

I need to check if a meember doesn't exist or its
value equals "N" then do something. How can I do that?

I have something here but didn't work. Please advise

<xsl:when test="not(./*[name(.) = 'Shared']) |
(./Shared/text() ='N')">

Thanks

Dongling

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

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


Current Thread