XML schemaValidate
Hi,
We have a problem with schemaValidate().
We use:
Oracle RDBMS 11.2.0.4
Database character set WE8MSWIN1252
The XML schema encoding is UTF-8
We create from the selected table data, an XML document, which we want to check against an XML schema.
The schema contains max-length information and a list of values for a field.
Records with special characters made problems (ü). We get error messages for the field length and for the entry of the list of values with special characters.
LSX-00222: "Lüdescheid" is too long (maximum length is 10)
LSX-00290: invalid enumeration choice "grün"
To set the session parameter NLS_LENGTH_SEMANTICS =char unfortunately has not helped.