[Issue 6440] New - Invalid XML Dump, Unbound Prefix
| Newsgroups | gmane.comp.lang.uml.argouml.issues |
|---|---|
| Message-ID | <[email protected]> |
http://argouml.tigris.org/issues/show_bug.cgi?id=6440
Issue #|6440
Summary|Invalid XML Dump, Unbound Prefix
Component|argouml
Version|0.10
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|Other
Assigned to|linus
Reported by|mathco
------- Additional comments from [email protected] Mon Sep 17 09:47:29 -0700 2012 -------
Any diagram with a line between two entities is captured in the XML Dump as the
following:
...
<argouml:pathitem figname="Fig2.1"
classname="org.argouml.uml.diagram.ui.PathItemPlacement"
figclassname="org.argouml.uml.diagram.ui.FigTextGroup"
ownerhref="-50--62--106-112-
-1ffaaef3:139d4d9ffa6:-8000:0000000000000D1C"
angle="270.0"
offset="25" />
...
Unfortunately, the prefix "argouml:" is not bound to a namespace anywhere in the
XML (e.g. xmlns:argouml="some-argo-namespace-goes-here"). Without the
declaration (or simply omitting the prefix) it is impossible to transform the
XML-dump without extra steps/work.
Will use a string-manipulation workaround in Java for the time being on the
Argo-xsd project.
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=448&dsMessageId=3006526
To unsubscribe from this list, e-mail: [[email protected]].
Please do not reply to this mail. Instead, add your comments in the issue.