[Project file] projectTree name non NCName

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Tanking
Posts: 25
Joined: Fri Mar 20, 2009 5:28 pm

[Project file] projectTree name non NCName

Post 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
jerome poupard
AMConresearch
164 Daniel St. N., Suite 202
Arnprior, Ontario
K7S 2L3
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: [Project file] projectTree name non NCName

Post 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
Post Reply