On Mon, 15 Sep 2003 01:21:55 +0000
"J Raf" <[EMAIL PROTECTED]> wrote:

> Thank you for the info, Has anybody encountered problems with the contain 
> function in Linux Red Hat. the contains works well on Windows 2000 but not 
> Linux.

I have been unable to use

[contains(/whatever, "foo")]

but have found that this works:

/whatever[contains(.,"foo")]

I am running Red Hat 9.

--Eli

Reply via email to