[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: If condition

Subject: Re: If condition
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Thu, 21 Jun 2001 13:24:37 -0400
Re:  If condition
[Earl Spencer]

>
> <xsl:template match="MC">
>         <xsl:if test="contains($searchList,
> concat(normalize-space(SC/@BCID), ','))">
>                 <MC id="{@id}">
>                     <xsl:apply-templates/>
>                 </MC>
>         </xsl:if>
> </xsl:template>
>
> String i pass is 23,23,23, gives a right result
> String i pass 23, gives me a wrong result.
>

Your expression

concat(normalize-space(SC/@BCID), ',')

adds a comma at the end of the normalized string, so naturally "23" isn't
found.  "23," would have been found.

Tom P


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


Current Thread
  • If condition
    • Earl Spencer - Thu, 21 Jun 2001 13:01:08 -0400 (EDT)
      • Thomas B. Passin - Thu, 21 Jun 2001 13:30:19 -0400 (EDT) <=
      • <Possible follow-ups>
      • Earl Spencer - Thu, 21 Jun 2001 15:28:15 -0400 (EDT)

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.