Integrated: 8351969: Add Public Identifiers to the JDK built-in Catalog

Joe Wang joehw at openjdk.org
Wed Mar 19 16:40:24 UTC 2025


On Thu, 13 Mar 2025 19:01:03 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.

This pull request has now been integrated.

Changeset: 8e999b83
Author:    Joe Wang <joehw at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8e999b83a42a163800a5895268943e7077a4b7cc
Stats:     285 lines in 4 files changed: 51 ins; 142 del; 92 mod

8351969: Add Public Identifiers to the JDK built-in Catalog

Reviewed-by: rriggs, lancea, iris, naoto

-------------

PR: https://git.openjdk.org/jdk/pull/24039


More information about the core-libs-dev mailing list