RFR: 8344800: Add W3C DTDs and XSDs to the JDK built-in Catalog
Alan Bateman
alanb at openjdk.org
Sat Nov 30 15:01:37 UTC 2024
On Sat, 30 Nov 2024 09:53:25 GMT, Joe Wang <joehw at openjdk.org> wrote:
> Add DTDs and XSDs from the W3C specifications to the JDK built-in Catalog.
src/java.xml/share/classes/module-info.java line 484:
> 482: * <td style="text-align:center">
> 483: * xhtml-attribs-1.xsd xhtml-copyright-1.xsd xhtml-datatypes-1.xsd xhtml-framework-1.xsd<br>
> 484: * xhtml11-model-1.xsd xhtml11-modules-1.xsd xhtml11.xsd
I suspect the second column, meaning the list of files for each source, would be easier to read if listed vertically rather than horizontally.
Otherwise this update looks a quite good and a big help in the long term effort to change the default in the future to not allow external access when processing XML.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22465#discussion_r1864278027
More information about the core-libs-dev
mailing list