|
Subject: Re: [xsl] If condition From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx> Date: Thu, 21 Jun 2001 13:24:37 -0400 |
[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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] If condition, Earl Spencer | Thread | Re: [xsl] If condition, Earl Spencer |
| Re: [xsl] Matching or testing dynam, David Carlisle | Date | Re: [xsl] Re: Any Doc to XML conver, Wendell Piez |
| Month |