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]

problems with contain function


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]