problems validating name with accent inside dmv-14 form

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

problems validating name with accent inside dmv-14 form

rperello
Thanks a lot.
i solved the first question, using an editor with utf-8 enconding activated.

I still having problems validating a name with accent when i'm filling dmv-14 form.

Also, it can't view pdf because jumps and error "Failed to load document /forms/forms/DMV-14/pdf-template.xml".

Regards, Rafael.



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: problems validating name with accent inside dmv-14 form

Erik Bruchez
Administrator
 > I still having problems validating a name with accent when i'm
 > filling dmv-14 form.

That's because the schema defines e.g. first name as the following:

     <xs:simpleType name="first-name">
         <xs:restriction base="dmv:requiredNonEmptyString">
             <xs:pattern value="[A-Z]([A-Z]|[a-z]|\-){0,9}"/>
         </xs:restriction>
     </xs:simpleType>

Obviously this is a little too restrictive.

 > Also, it can't view pdf because jumps and error "Failed to load
 > document /forms/forms/DMV-14/pdf-template.xml".

This was fixed a while ago. If you get a nightly build you should no
longer see this issue.

-Erik

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws