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]

Re: How to select a partial match rather than equality


Igor

Cool name you have.
Thanks so much

Gus

Igor Nakshin wrote:

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

--
Gus Calabrese    Lola Montes      WFT Electronics
4337 Raleigh Street      Denver, CO 80212
303 964-9670......voicemail        fax  (see below)
mailto:wft@frii.com       http://www.WFTomegadogs.com

Alternate:   791 High Street     Estes Park, CO  80517
if no success with wft@frii.com, try ....
mailto:wft@bigfoot.com             then mailto:wft@eudoramail.com

fax   please do not send long faxes, they are auto-forwarded and the
resolution is not particularly good.  801 409 4969
for issues requiring immediate attention: cell phone  720 987-6543 (like a rocket countdown)
 


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