CrossBreezeNL/PowerDesigner-MDDE-Extension

<Extended Sub-Object> is not a valid XML tag.

Closed this issue · 2 comments

When exporting the ExampleDWH to the EXAMPLEDWH.model.xml it generates the tag.
Whitespaces are not allowed in XML element or attribute names: https://www.w3.org/TR/xml/#NT-NameStartChar
So we should remove the space in the element name.

Moo925 commented

This is fixed now. Check this commit
To get the new changes you need to pull the changes from github into your project

There was another issue in the export due to the prefix rename of all extended stuff in the XEM. Stereotypes where not exported correctly in the XML (Extended Sub-Object shouldn't have been part of the export). This is fixed now.