[
https://issues.apache.org/jira/browse/MUSE-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oliver Waeldrich updated MUSE-232:
----------------------------------
Attachment: muse-232-patch-2.txt
The first patch did not take into account that a attribute name clould already
be fully qualified. In this case an exception is thrown. This is fixed now.
> ElementSerializer looses namespace prefixes for attributes that require
> namespace qualification
> -----------------------------------------------------------------------------------------------
>
> Key: MUSE-232
> URL: https://issues.apache.org/jira/browse/MUSE-232
> Project: Muse
> Issue Type: Bug
> Components: Core Engine - Routing and Serialization
> Affects Versions: 2.2.0
> Reporter: Oliver Waeldrich
> Assigned To: Dan Jemiolo
> Attachments: muse-232-patch-2.txt, muse-232-patch.txt
>
>
> ElementSerializer looses namespace prefixes for attributes that require
> namespace qualification. The reason for this is the XmlUtils.createElement()
> method. Currently there is a workaround implemented for a Xerces-bug, which
> does not honor whether an attibute has a namespace or not.
> Caution: root.setAttribute(nameString, valueString) creates only attributes
> that do not support namespaces.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]