Hi All, Is there anyway for me to create a query (XPath preferably) that will check some criteria against a node, and if it matches return the parent node? What I want to do is check in my jcr:content nodes for all files created before a certain date and then return the nt:file node, something like this:
/jcr:root//jcr:[EMAIL PROTECTED]:lastModified < date]/.. (in regular XPath '..' returns the parent) Thank you,
