[
https://issues.apache.org/jira/browse/MUSE-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656613#action_12656613
]
Chris Twiner commented on MUSE-290:
-----------------------------------
same thing for Francesco Scandelli's problem in issue 149.
> Issue in XmlUtils.setNamespaceAttribute() method
> ------------------------------------------------
>
> Key: MUSE-290
> URL: https://issues.apache.org/jira/browse/MUSE-290
> Project: Muse
> Issue Type: Bug
> Components: Utilities - General, QName, and XML
> Affects Versions: 2.2.0
> Environment: any
> Reporter: Eitan Plotnik
> Assignee: Dan Jemiolo
> Priority: Minor
>
> The method appends a colon and prefix values to the namespace if the
> specified prefix isn't null.
> It should do the same if the specified prefix is an empty string.
> E.g. modify line 1854 from "if (prefix != null)" to "if (prefix != null &&
> !"".equals(prefix))"
--
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]