Hi, On Tue, Jan 18, 2011 at 2:25 PM, Sandor Spruit <[email protected]> wrote: > Is there a way to control what prefix Jackrabbit assigns to XML nodes in the > default namespace?
You can register the namespace before importing your XML content. See NamespaceRegistry.registerNamespace() [1]. [1] http://www.day.com/maven/javax.jcr/javadocs/jcr-2.0/javax/jcr/NamespaceRegistry.html#registerNamespace(java.lang.String, java.lang.String) BR, Jukka Zitting
