|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!--
|
3 | 3 | /*
|
4 |
| - * Copyright (c) 2023, 2024, Oracle and/or its affiliates. All rights reserved. |
| 4 | + * Copyright (c) 2023, 2025, Oracle and/or its affiliates. All rights reserved. |
5 | 5 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
6 | 6 | *
|
7 | 7 | * This code is free software; you can redistribute it and/or modify it
|
|
38 | 38 | <system systemId="http://java.sun.com/dtd/preferences.dtd" uri="preferences.dtd"/>
|
39 | 39 | <system systemId="http://java.sun.com/dtd/properties.dtd" uri="properties.dtd"/>
|
40 | 40 | </group>
|
41 |
| - |
| 41 | + |
42 | 42 | <!-- W3C DTDs -->
|
43 | 43 | <group id="xhtml11" prefer = "system" xml:base = "w3c/dtd/xhtml11/">
|
| 44 | + <public publicId="-//W3C//DTD XHTML 1.1//EN" uri="xhtml11.dtd"/> |
44 | 45 | <system systemId="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" uri="xhtml11.dtd"/>
|
45 | 46 | <systemSuffix systemIdSuffix="xhtml-attribs-1.mod" uri="xhtml-attribs-1.mod"/>
|
46 | 47 | <systemSuffix systemIdSuffix="xhtml-base-1.mod" uri="xhtml-base-1.mod"/>
|
|
81 | 82 | <systemSuffix systemIdSuffix="xhtml-text-1.mod" uri="xhtml-text-1.mod"/>
|
82 | 83 | <systemSuffix systemIdSuffix="xhtml11-model-1.mod" uri="xhtml11-model-1.mod"/>
|
83 | 84 | </group>
|
84 |
| - |
| 85 | + |
85 | 86 | <group id="xhtml1" prefer = "system" xml:base = "w3c/dtd/xhtml10/">
|
| 87 | + <public publicId="-//W3C//DTD XHTML 1.0 Strict//EN" uri="xhtml1-strict.dtd"/> |
| 88 | + <public publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" uri="xhtml1-transitional.dtd"/> |
| 89 | + <public publicId="-//W3C//DTD XHTML 1.0 Frameset//EN" uri="xhtml1-frameset.dtd"/> |
86 | 90 | <systemSuffix systemIdSuffix="xhtml1-strict.dtd" uri="xhtml1-strict.dtd"/>
|
87 | 91 | <systemSuffix systemIdSuffix="xhtml1-transitional.dtd" uri="xhtml1-transitional.dtd"/>
|
88 | 92 | <systemSuffix systemIdSuffix="xhtml1-frameset.dtd" uri="xhtml1-frameset.dtd"/>
|
|
97 | 101 | <public publicId="datatypes" uri="datatypes.dtd"/>
|
98 | 102 | <public publicId="-//W3C//DTD XMLSCHEMA 200102//EN" uri="XMLSchema.dtd"/>
|
99 | 103 | </group>
|
100 |
| - |
| 104 | + |
101 | 105 | <group id="xmlspec" prefer = "system" xml:base = "w3c/dtd/">
|
| 106 | + <public publicId="-//W3C//DTD Specification V2.10//EN" uri="xmlspec2_10/xmlspec.dtd"/> |
102 | 107 | <system systemId="http://www.w3.org/2002/xmlspec/dtd/2.10/xmlspec.dtd" uri="xmlspec2_10/xmlspec.dtd"/>
|
103 | 108 | </group>
|
104 |
| - |
| 109 | + |
105 | 110 | <!-- W3C XSDs -->
|
106 | 111 | <group id="w3cxsd" prefer = "system" xml:base = "w3c/xsd/">
|
107 | 112 | <systemSuffix systemIdSuffix="XMLSchema.xsd" uri="schema10/XMLSchema.xsd"/>
|
|
0 commit comments