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
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]