xsl-list
[Top] [All Lists]

the match() function

2005-04-20 09:17:27
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>