DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7306>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7306

validator fails with string enum with tab in the enum value.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-03-21 22:13 -------
In "3.3.3 Attribute-Value Normalization" of the xml spec, it requires all 
attribute values to be normalized. In your schema file:
<xsd:enumeration value="water   Mellon"/>
After normalization, it becomes
<xsd:enumeration value="water Mellon"/>
If you really want the tab character in your enumeration value, use character 
reference.
And I got correct line numbers for the errors.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to