[xsl] the match() function

Subject: [xsl] the match() function
From: RahilQ <qamar_rahil@xxxxxxxxxxx>
Date: Wed, 20 Apr 2005 17:17:27 +0100
Hi

I get a fatal error when I try to execute the match() function in the form

matches($first, $second, 'i').

I know the problem is becoz of the $second that I pass as the second argument. If I change this expression to

matches($first, 'test', 'i')

it executes fine.

Is there a way to allow a variable to be passed in the second argument of matches() ?

Thanks
Rahil

Current Thread