RFR: 8351969: Add Public Identifiers to the JDK built-in Catalog [v3]
Roger Riggs
rriggs at openjdk.org
Wed Mar 19 13:59:13 UTC 2025
On Wed, 19 Mar 2025 00:43:28 GMT, Joe Wang <joehw at openjdk.org> wrote:
>> Add public identifiers to the JDK built-in Catalog; Replace the incorrect Schema 1.1 DTD files (note the Public Identifier at line 2) with the correct Schema 1.0 DTDs. The JDK built-in Catalog contains Schema 1.0 files only.
>>
>> DTD files: the Schema 1.1 files, XMLSchema.dtd and datatypes.dtd, were removed and replaced with those of Schema 1.0. These files were downloaded from w3.org without modification. The file names were unfortunately the same, which (with the Diffs) made it look like they were modified though they were not.
>
> Joe Wang has updated the pull request incrementally with one additional commit since the last revision:
>
> replace JDK Catalog in the java.xml module with public API
The .dtds look fine.
Thanks for the update to the test.
-------------
Marked as reviewed by rriggs (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24039#pullrequestreview-2698536636
More information about the core-libs-dev
mailing list