> 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...

Hmm, that should do it...I'm not all that familiar with the new JAXP stuff,
there's another guy who's actually working to change all my code to use it.

My older code that's in production now uses the Xerces-specific stuff to set
the property/feature off. You can find it in the opensaml cvs in the
org.opensaml.XML class.

Note that this assumes you're validating, not just parsing. Parsing alone
should *not* have the affect you're seeing, and that flag will mean nothing
unless schema validation is on. Just checking.

-- Scott

Reply via email to