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]
Other format: [Raw text]

If nodeset does NOT include


I want to call a template only if a nodeset does 
not contain a match for a variable, ie:

<xsl:if test="(.//InqInfo/Member_Id != $listfor)">
			  <xsl:call-template 
name="Recipbutton">

where != should mean "does not include"
I know it's a stupid question, but I can't see a 
simple, straightforward way to do this.

TIA Thomas Hartung
Web Developer/Help Desk
612/341-9621
Please Visit our website at 
WWW.NACMNC.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]