Hi,
according to https://jackrabbit.apache.org/filevault/docview.html 
<https://jackrabbit.apache.org/filevault/docview.html> the root element of a 
docview XML serialization should be "jcr:root" because it is then taking the 
folder or file name as node name.
What happens if the root node is not "jcr:root"?

So e.g. if you have

1) /apps/test/.content.xml
      <jcr:root .. -> node path: /apps/test

2) /apps/test/.content.xml
      <element2 .. -> node path: /apps/test or /apps/element2?

3) /apps/test/element1.xml
           <jcr:root ...> -> node path: /apps/test/element1

4) /apps/test/element1.xml
           <element2 ...> -> node path: /apps/test/element2 or 
/apps/test/element1?

I would like to clarify https://jackrabbit.apache.org/filevault/docview.html 
<https://jackrabbit.apache.org/filevault/docview.html> in this regard.
Thanks for your input.

Konrad

Reply via email to