Hi Neil,
Thanks for your reply... but I've not yet managed to get it working.
The problem is that the personal-schema.xml sample is using noNamespaceSchemaLocation and not SchemaLocation. In my case, the parser keeps on complaining "The schemaLocation attribute does not contain pairs of values" ...
Also, is writing schemaLocation in the XML an alternative to setting setExternalSchemaLocation() ?
Okay sorry guys,
I found part of my error: I still had a setExternalSchemaLocation in my code, that did not contain a pair of values. It seems that if you load a schema with schemaLocation + call setExternalSchemaLocation, the latter overrides what's in the XML file, thus the error.
It runs now (more precisely, it bumps into other errors ;-) but I've got to work on those...)
And why won't I have any validation unless I specify Val_Schemes::Val_Always ?
Still no clue about that one.
Cheers Axelle.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]