can anybody tell me please how i negate a jcr:contains() and jcr:like() ? something like //element(*, nt:base)[not jcr:contains(jcr:content, 'test')] or //element(*, nt:base)[jcr:contains(jcr:content, 'test') and not jcr:like(@my:createuser, 'admin%')] doesnt work ...
thanks claus
