Is this a legal expression?

Subject: Is this a legal expression?
From: Jonathan Asbell <jonathana@xxxxxxxxxxxxxx>
Date: Thu, 30 Mar 2000 14:02:23 -0500
<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


Current Thread