Oxygen 25 and XHTML in validation
Posted: Wed Jan 25, 2023 11:34 pm
There is new behaviour in Oxygen 25 with XHTML elements, which is causing validation issues and I can't find how to turn it off.
I have a schema (in its own namespace) that uses the XHTML table module but no other XHTML elements. The custom schema uses the XHTML table elements as 'structure' elements (table, thead/tbody/tfoot, tr, td/th, ...) and custom elements in the custom namespace for the elements allowed in the table cells. There are various custom attributes added to the table elements as well.
Instances that validate according to this schema in Oxygen 24, or with a Xerces stand-alone validator, no longer validate in Oxygen 25 build 2022121306. They do validate with the MSXML engine, but this is not ideal.
I've looked in the options and turned off default catalogs but can't find anything else that looks like it will allow me to turn off the behaviour that overrides the schema I have for XHTML elements. Is there an option for this?
thanks,
Lauren
I have a schema (in its own namespace) that uses the XHTML table module but no other XHTML elements. The custom schema uses the XHTML table elements as 'structure' elements (table, thead/tbody/tfoot, tr, td/th, ...) and custom elements in the custom namespace for the elements allowed in the table cells. There are various custom attributes added to the table elements as well.
Instances that validate according to this schema in Oxygen 24, or with a Xerces stand-alone validator, no longer validate in Oxygen 25 build 2022121306. They do validate with the MSXML engine, but this is not ideal.
I've looked in the options and turned off default catalogs but can't find anything else that looks like it will allow me to turn off the behaviour that overrides the schema I have for XHTML elements. Is there an option for this?
thanks,
Lauren