On Mon, 2004-12-20 at 06:15, Scott Cantor wrote: > Are you validating the document while parsing it? If so, the only "fix" is > to turn off data type normalization. With that enabled, which is the > default, there is no way to prevent this behavior because it is mandated by > the XSD spec.
Argh. Okay, I've switched to using the DOM3 calls to parse the XML, but I can't work out which particular DOMConfiguration setting to use to stop this from happening. Do you know which particular one does it? Setting datatype-normalization to false doesn't seem to cut it... m.