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

RE: [contains] wierd error with contains function

Subject: RE: [contains] wierd error with contains function
From: Edward.Middleton@xxxxxxxxxxx
Date: Thu, 19 Dec 2002 15:37:07 +0900
wierd gif
The problem is not with the contains function but with your use of the variable.

You use

<xsl:variable name="watchFor" select="xsl,list"/>

you should use

<xsl:variable name="watchFor">xsl,list<xsl:variable/>

Edward

-----Original Message-----
From: Joerg Heinicke [mailto:joerg.heinicke@xxxxxx]
Sent: Tuesday, November 19, 2002 5:34 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  [contains] wierd error with contains function


There is no reason, that contains() does not work with commas. Such an 
error never occured to me while really often using Xalan and Xerces.

Joerg

TP wrote:
> I am using contains to check whether a particular text appears in the xml
> data, if so, flag it.
> 
> This is the funtion.
> 
> <xsl:if test="(contains(.,$watchFor))">
>          <img src="../images/TSPGIF.gif"/>
> </xsl:if>
> 
> This works without any problem except when $watchFor contains commas.
> 
> Thus
> <xsl:if test="(contains(.,'xsllist'))">
>          <img src="../images/TSPGIF.gif"/>
> </xsl:if>
> would work
> 
> but
> <xsl:if test="(contains(.,'xsl,list'))">
>          <img src="../images/TSPGIF.gif"/>
> </xsl:if>
> wont work. Is this just me or is there something that i am missing.
> 
> I am using xalan and xerces
> 
> Thanks.
> 
> TP


 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

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.