[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Wild Card Search

Subject: Re: Wild Card Search
From: Peter Davis <pdavis152@xxxxxxxxx>
Date: Sun, 17 Feb 2002 19:39:51 -0800
wild card search
On Sunday 17 February 2002 12:38, Kunal H. Parikh wrote:
> Thanks for the help jeni !
>
> One more Q. Is there a way i could "ignore-case" ?
>
>
> Thanks,
>
> Kunal

Not with XSLT/XPath 1.0.  I believe there is an xf:lower-case function in 
XPath 2.0.  For now you need to use an extension function, or, if you are 
absolutely positive that you are only using only English ASCII letters, do 
something like

<xsl:for-each select="TAP/TutorialList/Tutorial[DifficultyLevel[contains(
                      translate(., 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
                                   'abcdefghijklmnopqrstuvwxyz'),
                      'inne')]]">

-- 
Peter Davis
Virtue does not always demand a heavy sacrifice -- only the willingness
to make it when necessary.
		-- Frederick Dunn

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.