Frédéric Esnault wrote:
>
> I confirm, the document view is not recommended for two reasons :
> - some metadata are added during import (at least jcr:primaryType, see
> spec. 7.3.2.1);
> - multivalued properties are not exported !
>
> Use system view... ;)
>
When I try this:
session.exportSystemView(node.getPath(), out, true, false);
...things get REALLY funky. It starts to look like this:
<sv:property sv:name="jcr:primaryType" sv:type="Name">
<sv:value>nt:unstructured</sv:value>
</sv:property>
.....
And looks nothing like my original document. What am I doing wrong?
Thanks for your comments.
--
View this message in context:
http://www.nabble.com/Importing-and-Exporting-XML-tf3908819.html#a11095075
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.