Hi,
there is no way to tell the API to exclude the jcr:primaryType
attribute. Apart from using an XSLT transformation, you could also
write a ContentHandler that wraps another one (the one you are using
now) and overwrite the startElement() method to exclude the
jcr:primaryType attribute.
Regards,
Alex
On Tue, May 27, 2008 at 1:51 AM, Karianne Berg <kei...@start.no> wrote:
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?
Xing: http://www.xing.com/go/invite/3268380.32d2d4
LinkedIn: http://www.linkedin.com/in/klimetschek
Blog: http://weblogs.goshaky.com/weblogs/alexkli/