Hi,
I am using Jackrabbit 1.4.5.
I have a problem with a predicate after a jcr:deref() function .
This xpath query works fine returning a list of publications:
/jcr:root//element(*,
slv:theme)[EMAIL PROTECTED]:uuid='c2f57bd0-2d29-4b0f-9e84-a299ef19fe65']/jcr:deref(@slv:links,
'*')/jcr:deref(@slv:publication, '*')
but if I want only publications with a specified author like this :
/jcr:root//element(*,
slv:theme)[EMAIL PROTECTED]:uuid='c2f57bd0-2d29-4b0f-9e84-a299ef19fe65']/jcr:deref(@slv:links,
'*')/jcr:deref(@slv:publication, '*')[EMAIL PROTECTED]:author='bart']
then I don't get any result even if all the publications have bart as
the author :(
I don't have any exception either. Is this a bug ?
Emmanuel