RE: How to select a partial match rather than equality

Subject: RE: How to select a partial match rather than equality
From: "Igor Nakshin" <inakshin@xxxxxxxxxxx>
Date: Fri, 14 Apr 2000 06:45:55 -0500
Gus,

> What if Iwant to find all nodes where first_name contains the 
> string "Se"  ?

Try

contains(first_name, "Se") or
starts-with(first_name, "Se")

You can also look @ substring variations in XPath spec.

Igor.



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


Current Thread