I'm not sure that I really well expressed my request.
I'm doing a jcr request so I do:

String query= "//*[(@creationDate<xs:dateTime("2006-10-18T00:00:00"))]";
...
Query query = manager.createQuery(queryStr, "xpath");
QueryResult result = query.execute();

And I get the error:
javax.jcr.query.InvalidQueryException: Unable to parse string literal for xs:dateTime: 2006-10-18T00:00:00

So I don't know if I really use it in the right way, but would you have an example to illustrate it or could you correct mine.
Thanks,

CAPITAINE Harold


Nicolas Modrzyk a écrit :
Hey Harold,

I got that answer from the jackrabbit list before:
xs:dateTime('value')

and is is working.

Regards,

Niko

PS: please use the user list next time ...

Hi list,

Would anyone know how to get a node thanks to a jcr request on the date of the node?
I  think that it seems like this:
//[EMAIL PROTECTED]'%value%']

Actually this request doesn't work because I should use a parameter beginning by "jcr:xxxx" but I don't know which?

Waiting for your ideas.

Thanks,

CAPITAINE Harold

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------



----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to