[Issue 5890] Missing XML Namespace Declaration in Saved .uml Files
| Newsgroups | gmane.comp.lang.uml.argouml.issues |
|---|---|
| Message-ID | <[email protected]> |
http://argouml.tigris.org/issues/show_bug.cgi?id=5890 ------- Additional comments from [email protected] Mon Oct 24 09:22:00 -0700 2011 ------- Example error: $ xmllint --noout burnoo_first.uml burnoo_first.uml:785: namespace error : Namespace prefix argouml on pathitem is not defined offset="25" /> ^ $ saxon8 -o 'burnoo_first.dot' 'burnoo_first.uml' 'http://argouml-graphviz.tigris.org/source/browse/*checkout*/argouml-graphviz/trunk/src/org/argouml/graphviz/xsl/ClassDiagram2DOT.xsl?revision=33&content-type=text%2Fplain' Error on line 785 column 39 of file:/home/ohnobinki/calvin_hmwk/cs/374/assignments/4/burnoo_first.uml: SXXP0003: Error reported by XML parser: The prefix "argouml" for element "argouml:pathitem" is not bound. Transformation failed: Run-time errors were reported Fixed by running adding the xmlns:argouml as the patch suggests. ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=448&dsMessageId=2862438 To unsubscribe from this list, e-mail: [[email protected]]. Please do not reply to this mail. Instead, add your comments in the issue.