Hi Michal, Michal Hybler wrote:
Can XPath in JackRabbit works with Calendar? For example - "nt:resource" node in FileNode contains "jcr:lastModified" property. I need to get nodes with this property value greater than 1.1.2004. Is it possible or is that another way than xpath?
It is possible, see: http://people.apache.org/~mreutegg/jcr-query-translator/translator.html
where you can also see the other 'way', using a SQL query. regards marcel
