[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] Problem with case-sensitivity
Subject: [xsl] Problem with case-sensitivity
From: "Luke Ambrogio" <luke.ambrogio@xxxxxxxxxxxx>
Date: Wed, 1 Oct 2003 10:23:53 +0200
|
Dear all,
when i use the function:
contains(@name,$name)
it returns true only if even the case are the same, how do i go about making
it work even when the case is different i.e if @name = luke and $name = Luke
returns true?
thanks in advance, regards
Luke Ambrogio
|