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]
Other format: [Raw text]

RE: How to express a select attr in for-each for conditional or nonconditonal case.


Hi,   Chris,

Thanks for your suggestion to my problem. However, 
The expression of using   <xsl:for-each select="$source[contains(.,
$keywrd)]"> 
is either for single selected item or empty keywrd.  
 It  fails  for multiple selected item such as shown in my xsl example.

The one  I used is  <xsl:for-each select="$source[contains(.,
$keywrd)]">  
which can works for either selected item or multiple selected items, but
not for empty keywrd.

So I am still looking for a better solution to be able to cover all of
conditions I might face with.

Thanks.

Sun-fu Yang

sfyang@unisvr.net.tw







 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]