[Project file] projectTree name non NCName
Posted: Fri Jun 19, 2009 10:12 pm
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
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