Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.6.2

Bug #21024 XML Schema Definition outdated?
Submitted: 2016-02-02 12:06 UTC
From: fruity_coder Assigned:
Status: Open Package: PHP_UML (version 1.6.2)
PHP Version: 5.6.8 OS: Windows 7 64bit
Roadmaps: (Not assigned)    
Subscription  


 [2016-02-02 12:06 UTC] fruity_coder (Angel Sky)
Description: ------------ By executing the following command i get a xml(xmi) file, which can not be validated, because of probably outdated xsd urls in the XML root tag. By trying to use this xmi in Eclipse or notepad++ with XML Tools plugin Test script: --------------- Command: php.exe -d auto_append_file="" -d auto_prepend_file="" -d include_path="C:\xampp\php\pear" "C:\xampp\php\phpuml" FILEPATH -o "D:\uml" Expected result: ---------------- XML with correct xmlns urls Actual result: -------------- XML root tag: <?xml version="1.0" encoding="iso-8859-1"?><xmi:XMI xmi:version="2.1" xmlns:uml="http://schema.omg.org/spec/UML/2.1.2" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:php="http://schemas/phpdoc/56b076330c7be6.80813417">

Comments

 [2016-02-02 12:17 UTC] fruity_coder (Angel Sky)
The Sentence was not complete: By trying to use this xmi in Eclipse or notepad++ with XML Tools plugin ... ... the validation failed.