I am trying to put together a query for when the creation date of a nt:file 
derived object is greater than some date. I've tried

//[EMAIL PROTECTED]:primaryType = 'prm:File' and deref(@jcr:baseVersion, 
nt:version)/@jcr:lastModified >= xs:dateTime('2000-01-01T00:00:00.000-05:00')] 
order by jcr:score() descending


This doesn't seem to work at the moment, Am i off base here?

Reply via email to