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]

Is this a legal expression?


<xsl:variable name="teststring" 
				expr="
					customer_id[contains(.,$_id)] and
	
company_name[starts-with(.,$_company)] and 
	
contact_name[starts-with(.,$_contact)] and 
	
contact_title[starts-with(.,$_title)] and 
					address[contains(.,$_address)] and 
					city[starts-with(.,$_city)] and 
					region[starts-with(.,$_region)] and 
					postal_code[contains(.,$_postal)]
and 
					country[contains(.,$_country)] and 
					phone[starts-with(.,$_phone)] and 
					fax[starts-with(.,$_fax)]
				"/>


<xsl:if test="$teststring=true">


 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]