5 messages in org.apache.jackrabbit.usersGet XML back in its original form
FromSent OnAttachments
Karianne BergMay 26, 2008 4:51 pm 
Alexander KlimetschekMay 27, 2008 2:21 am 
Karianne BergMay 27, 2008 3:13 am 
Jukka ZittingMay 27, 2008 3:20 am 
Karianne BergMay 30, 2008 7:22 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Get XML back in its original formActions...
From:Karianne Berg (kei@start.no)
Date:May 26, 2008 4:51:26 pm
List:org.apache.jackrabbit.users

Hello list,

I use Jackrabbit mainly to store XML data, and use the session.importXML(...)
and session.exportDocumentView(...) to get my XML in and out of the repository.
However, when I export my XML data using exportDocumentView, all the XML tags
have the attribute jcr:primaryType="nt:unstructured". Is there any way to export
the XML without the extra attributes, or do I have to run an XSLT transformation
that removes them after I've exported the XML?