Posted also on stackoverflow:
http://stackoverflow.com/questions/21523512/find-frozennode-by-property


2014-01-30 danisevsky <[email protected]>:

> Hello,
>
> We have our custom node type "ns:Document" with property "ns:id". Is it
> possible to find node (ns:Document) by property (ns:id) when we increase
> document version and save new document content with new "ns:id"?
>
> this xpath:
>
> //element(*)[(@ns:id = 'someUniqueID')]
>
> finds only actual version, not "frozenNode". Is it possible to find
> "frozenNode" by property?
>
> Thanks in advance!
>

Reply via email to