[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

problems with contain function


Subject: problems with contain function
From: "vara prasad babu vegesine" <vegesine@xxxxxxxxxxx>
Date: Fri, 24 Nov 2000 13:24:49 -0600

Hi,

I am trying to test a condition with contains() function . But for some reason it doesn't allow variables as its parameters.
I am usning xalan java from apache as xslt processor.


<xsl:template match=".//UserDefined">
<xsl:variable name="fieldName" select="label"/>
<xsl:if test="not(contains($fieldName,'sast box ahn route'))">
	.....
       ....
</xsl:if>
</xsl:template>

for some reason it is validating $fieldName as constant.

is there anyway I can make it to treat as a variable

Thanks
vara
_____________________________________________________________________________________
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com


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




Current Thread
Keywords