You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Thomas Rupp <Pe...@gmx.de> on 2002/05/07 12:08:45 UTC

xpath query - ignore case sensitive

It is possible to make a xpath query for strings and ignore upper/lower
characters.

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


Re: xpath query - ignore case sensitive

Posted by "Mark J. Stang" <ma...@earthlink.net>.
//LINE[contains( translate(self::* ,'abcdefghijklmnopqrstuvwxyz',
                'ABCDEFGHIJKLMNOPQRSTUVWXYZ') ,
             translate('Look for this', 'abcdefghijklmnopqrstuvwxyz',
                'ABCDEFGHIJKLMNOPQRSTUVWXYZ'))]


Thomas Rupp wrote:

> It is possible to make a xpath query for strings and ignore upper/lower
> characters.
>
> --
> GMX - Die Kommunikationsplattform im Internet.
> http://www.gmx.net