IDEA-392665 [jakarta] Add updated schemas and XML resources for Jakarta EE 10 and 11 specifications

(cherry picked from commit 21ee8ae4beeb840ee11bed94305bac55a9fc7a6b)

IJ-CR-219600

GitOrigin-RevId: a9a76a5eab6e1d361e85811c0937c915b20358ea
This commit is contained in:
Daniil Tsarev
2026-08-21 13:26:02 +00:00
committed by intellij-monorepo-bot
parent fa00552fe4
commit 4833a211bc
@@ -25,6 +25,7 @@ public final class InternalResourceProvider implements StandardResourceProvider
impl.addInternalResource(XmlUtil.XML_SCHEMA_INSTANCE_URI, "XMLSchema-instance.xsd", classLoader);
impl.addInternalResource(XmlUtil.XML_SCHEMA_VERSIONING_URI, "XMLSchema-versioning.xsd", classLoader);
impl.addInternalResource("http://www.w3.org/2001/xml.xsd", "xml.xsd", classLoader);
impl.addInternalResource("https://www.w3.org/2001/xml.xsd", "xml.xsd", classLoader);
impl.addInternalResource(XmlUtil.XML_NAMESPACE_URI, "xml.xsd", classLoader);
impl.addInternalResource(XmlUtil.XHTML_URI, "xhtml1-transitional.xsd", classLoader);
impl.addInternalResource("http://www.w3.org/2002/08/xhtml/xhtml1-strict.xsd", "xhtml1-strict.xsd", classLoader);