This his how my XPATH statement looks like:
//element(*,
nt:frozenNode)[@jcr:frozenUuid='02133790-c6ed-4669-a11d-c7ecd18874b5']
where 02133790-c6ed-4669-a11d-c7ecd18874b5 is the UUID of the node that was
deleted.
Am I doing something wrong?
On Feb 6, 2008 1:45 PM, Marcel Reutegger <marcel.reutegger@gmx.net> wrote:
> Sridhar Raman wrote:
> > Would it possible for me to perform an XPATH query into the version
> storage
> > nodes, and try to obtain the frozen child node copy of a deleted node by
> > using the jcr:frozenUuid property, if I knew the UUID of the node that
> had
> > been deleted.
> >
> > I tried the above, and it returned no results. Any particular reason
> why I
> > am facing this problem?
>
> how does your xpath statement look like?
>
> regards
> marcel
>
|