Hi Edwin, Edwin Goei wrote: > I noticed that the current DOM Level 3 Core Working Draft and the > current Xerces 2 implementation conflict in the area of schema > normalized value default settings.
Yes, default value for Xerces and DOM features are different, however it does not matter: Xerces implementation of DOM Level 3 does set the default value of "datatype-normalization" to false (internally we set http://xml.apache.org/xerces2-j/features.html#validation.schema.normalized-value to false). Basically there is a mapping of DOM parameters to Xerces features, and we plan to add documentation on the mapping (explaining how it works). Thanks, -- Elena Litani / IBM Toronto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
