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=5924>. 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=5924 XMLSchemaValidator does not normalize values based on whitespace facet ------- Additional Comments From [EMAIL PROTECTED] 2002-01-18 18:59 ------- Two schemas "normalizeTestString.xsd" and "normalizeTestString.xsd" are mostly identical but for the types associated with several elements and attributes. For example, "/purchaseOrder/shipTo/zip" is typed as "string" in normalizeTestString.xsd, while is typed as "decimal" in normalizeTestString.xsd. normalizeTest.xml is an instance XML which is valid against both variants of schema. When it is parsed against "normalizeTestString.xsd", the value of /purchaseOrder/shipTo/zip element is reported as "95819" which is a collapsed value of " 95819 ". If it is parsed against the other schema, the value is reported as original " 95819 ". With xerces2 beta4, no matter which variant of schema I use, I always get original " 95819 ". Also, there does not seem to a feature available that I can use to enable the behaviour. -taki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
