[ 
https://issues.apache.org/jira/browse/JCR-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559442#action_12559442
 ] 

Jukka Zitting commented on JCR-1310:
------------------------------------

You mean NamespaceFixingContentHandler? Nice! It's similar to what we did for 
XML exports in JCR-367 (see especially revision 418750).

The problem with serializing DOM trees is that they don't contain explicit 
xmlns: attributes. Early JAXP transformers (in jdk 1.4) didn't take that into 
account, they only serialized the attributes included in the DOM. See also 
JCR-1161 for a somewhat related issue (in Java 5 on Mac xmlns attributes are 
only generated for namespaces that are actually referenced in the document).

I'll see if we could use the NamespaceFixingContentHandler approach here.

> Webdav: Drop xerces dependency
> ------------------------------
>
>                 Key: JCR-1310
>                 URL: https://issues.apache.org/jira/browse/JCR-1310
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-webdav
>            Reporter: angela
>            Priority: Minor
>         Attachments: JCR-1261.drop-xerces.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to