yes I have (preparsed) a Schema definition to validate the XML example against. Schema validation works fine if the XML instance uses xsi type definitions from 2001 Schema. Only XML instances using 1999 schema fail.
Unfortunately there are some SOAP platforms like SOAP-Lite or BEAWL6.0(!) creating XML referencing to the old schema definitions.
If Xerces does only support W3C recommendation it is clear why the validation fails. I guessed that but hoped for a undocumented option or workaround.
Both, thanks for the quick reply
Matthias
Gareth Reakes wrote:
Hi,
I'd like to validate an XML document against XMLSchema containing xsi type informations defined by XML Schema version 1999.
I don't see an actual XML Schema here. Are you using an entity resolver of some kind or do you want to validate things without an actual schema document?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]