Re: Schema fails with newer Xerces

2025-03-02 Thread Stanimir Stamenkov
[Re-sending to the mailing list.] Sun, 02 Mar 2025 11:53:59 +0100, /cz/: the Xerces version bundled with the JVM changed from JDK 23 to JDK 24. As a byproduct, the OCX Schema (https://github.com/OCXStandard/OCX_Schema) fails to parse due to included unitsMLSchema. This does not happen with ol

Schema fails with newer Xerces

2025-03-02 Thread cz
Hello All, the Xerces version bundled with the JVM changed from JDK 23 to JDK 24. As a byproduct, the OCX Schema (https://github.com/OCXStandard/OCX_Schema) fails to parse due to included unitsMLSchema. This does not happen with older Xerces versions included in Java 11 -- Java 23. Is this an X