Page 1 of 1

[Project file] projectTree name non NCName

Posted: Fri Jun 19, 2009 10:12 pm
by Tanking
Hello there,

I seem to have found a small bug when creating projects in oxygen. Oxygen will let you enter non NCName value for the project name where the project.xsd requires it to be.

<xs:attribute name="name" use="required" type="xs:NCName">
<xs:annotation>
<xs:documentation>The name of the project file.</xs:documentation>
</xs:annotation>
</xs:attribute>

Simple test case: If I choose "my project" as a project name, Oxygen will convert it to "my%20project" for the name attribute.

I guess I would just change the schema.

Thanks in advance

Re: [Project file] projectTree name non NCName

Posted: Mon Jun 22, 2009 6:19 pm
by sorin_ristache
Hello,

Thank you for letting us know. In the next version (10.3) we will modify the schema for project files (project.xsd).


Regards,
Sorin