| 1 |
mimasa |
1.1 |
<!-- XHTML Basic 1.0 DTD ...................................................... --> |
| 2 |
|
|
<!-- file: xhtml-basic10.dtd --> |
| 3 |
|
|
|
| 4 |
|
|
<!-- XHTML Basic 1.0 DTD |
| 5 |
|
|
|
| 6 |
|
|
This is XHTML Basic, a proper subset of XHTML. |
| 7 |
|
|
|
| 8 |
|
|
The Extensible HyperText Markup Language (XHTML) |
| 9 |
|
|
Copyright 1998-2000 World Wide Web Consortium |
| 10 |
|
|
(Massachusetts Institute of Technology, Institut National de |
| 11 |
|
|
Recherche en Informatique et en Automatique, Keio University). |
| 12 |
|
|
All Rights Reserved. |
| 13 |
|
|
|
| 14 |
|
|
Permission to use, copy, modify and distribute the XHTML Basic DTD |
| 15 |
|
|
and its accompanying documentation for any purpose and without fee is |
| 16 |
|
|
hereby granted in perpetuity, provided that the above copyright notice |
| 17 |
|
|
and this paragraph appear in all copies. The copyright holders make |
| 18 |
|
|
no representation about the suitability of the DTD for any purpose. |
| 19 |
|
|
|
| 20 |
|
|
It is provided "as is" without expressed or implied warranty. |
| 21 |
|
|
|
| 22 |
|
|
Editors: Murray M. Altheim <mailto:altheim@eng.sun.com> |
| 23 |
|
|
Peter Stark <mailto:Peter.Stark@ecs.ericsson.se> |
| 24 |
|
|
Revision: $Id: xhtml-basic10.dtd,v 2.13 2000/12/18 12:56:23 mimasa Exp $ SMI |
| 25 |
|
|
|
| 26 |
|
|
--> |
| 27 |
|
|
<!-- This is the driver file for version 1.0 of the XHTML Basic DTD. |
| 28 |
|
|
|
| 29 |
|
|
This DTD is identified by the PUBLIC and SYSTEM identifiers: |
| 30 |
|
|
|
| 31 |
|
|
PUBLIC: "-//W3C//DTD XHTML Basic 1.0//EN" |
| 32 |
|
|
SYSTEM: "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd" |
| 33 |
|
|
--> |
| 34 |
|
|
<!ENTITY % XHTML.version "-//W3C//DTD XHTML Basic 1.0//EN" > |
| 35 |
|
|
|
| 36 |
|
|
<!-- Use this URI to identify the default namespace: |
| 37 |
|
|
|
| 38 |
|
|
"http://www.w3.org/1999/xhtml" |
| 39 |
|
|
|
| 40 |
|
|
See the Qualified Names module for information |
| 41 |
|
|
on the use of namespace prefixes in the DTD. |
| 42 |
|
|
--> |
| 43 |
|
|
<!ENTITY % NS.prefixed "IGNORE" > |
| 44 |
|
|
<!ENTITY % XHTML.prefix "" > |
| 45 |
|
|
|
| 46 |
|
|
<!-- Reserved for use with the XLink namespace: |
| 47 |
|
|
--> |
| 48 |
|
|
<!ENTITY % XLINK.xmlns "" > |
| 49 |
|
|
<!ENTITY % XLINK.xmlns.attrib "" > |
| 50 |
|
|
|
| 51 |
|
|
<!-- For example, if you are using XHTML Basic 1.0 directly, use |
| 52 |
|
|
the FPI in the DOCTYPE declaration, with the xmlns attribute |
| 53 |
|
|
on the document element to identify the default namespace: |
| 54 |
|
|
|
| 55 |
|
|
<?xml version="1.0"?> |
| 56 |
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" |
| 57 |
|
|
"http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd" > |
| 58 |
|
|
<html xmlns="http://www.w3.org/1999/xhtml" |
| 59 |
|
|
xml:lang="en" > |
| 60 |
|
|
... |
| 61 |
|
|
</html> |
| 62 |
|
|
--> |
| 63 |
|
|
|
| 64 |
|
|
<!-- reserved for future use with document profiles --> |
| 65 |
|
|
<!ENTITY % XHTML.profile "" > |
| 66 |
|
|
|
| 67 |
|
|
<!-- Bidirectional Text features |
| 68 |
|
|
This feature-test entity is used to declare elements |
| 69 |
|
|
and attributes used for bidirectional text support. |
| 70 |
|
|
--> |
| 71 |
|
|
<!ENTITY % XHTML.bidi "IGNORE" > |
| 72 |
|
|
|
| 73 |
|
|
<?doc type="doctype" role="title" { XHTML Basic 1.0 } ?> |
| 74 |
|
|
|
| 75 |
|
|
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: --> |
| 76 |
|
|
|
| 77 |
|
|
<!ENTITY % xhtml-events.module "IGNORE" > |
| 78 |
|
|
<!ENTITY % xhtml-bdo.module "%XHTML.bidi;" > |
| 79 |
|
|
|
| 80 |
|
|
<!ENTITY % xhtml-model.mod |
| 81 |
|
|
PUBLIC "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN" |
| 82 |
|
|
"xhtml-basic10-model-1.mod" > |
| 83 |
|
|
|
| 84 |
|
|
<!ENTITY % xhtml-framework.mod |
| 85 |
|
|
PUBLIC "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN" |
| 86 |
|
|
"xhtml-framework-1.mod" > |
| 87 |
|
|
%xhtml-framework.mod; |
| 88 |
|
|
|
| 89 |
|
|
<!ENTITY % pre.content |
| 90 |
|
|
"( #PCDATA |
| 91 |
|
|
| %InlStruct.class; |
| 92 |
|
|
%InlPhras.class; |
| 93 |
|
|
%Anchor.class; |
| 94 |
|
|
%Inline.extra; )*" |
| 95 |
|
|
> |
| 96 |
|
|
|
| 97 |
|
|
<!ENTITY % xhtml-text.mod |
| 98 |
|
|
PUBLIC "-//W3C//ELEMENTS XHTML Text 1.0//EN" |
| 99 |
|
|
"xhtml-text-1.mod" > |
| 100 |
|
|
%xhtml-text.mod; |
| 101 |
|
|
|
| 102 |
|
|
<!ENTITY % xhtml-hypertext.mod |
| 103 |
|
|
PUBLIC "-//W3C//ELEMENTS XHTML Hypertext 1.0//EN" |
| 104 |
|
|
"xhtml-hypertext-1.mod" > |
| 105 |
|
|
%xhtml-hypertext.mod; |
| 106 |
|
|
|
| 107 |
|
|
<!ENTITY % xhtml-list.mod |
| 108 |
|
|
PUBLIC "-//W3C//ELEMENTS XHTML Lists 1.0//EN" |
| 109 |
|
|
"xhtml-list-1.mod" > |
| 110 |
|
|
%xhtml-list.mod; |
| 111 |
|
|
|
| 112 |
|
|
<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: --> |
| 113 |
|
|
|
| 114 |
|
|
<!-- Image Module ............................................... --> |
| 115 |
|
|
<!ENTITY % xhtml-image.module "INCLUDE" > |
| 116 |
|
|
<![%xhtml-image.module;[ |
| 117 |
|
|
<!ENTITY % xhtml-image.mod |
| 118 |
|
|
PUBLIC "-//W3C//ELEMENTS XHTML Images 1.0//EN" |
| 119 |
|
|
"xhtml-image-1.mod" > |
| 120 |
|
|
%xhtml-image.mod;]]> |
| 121 |
|
|
|
| 122 |
|
|
<!-- Tables Module ............................................... --> |
| 123 |
|
|
<!ENTITY % xhtml-table.module "INCLUDE" > |
| 124 |
|
|
<![%xhtml-table.module;[ |
| 125 |
|
|
<!ENTITY % xhtml-table.mod |
| 126 |
|
|
PUBLIC "-//W3C//ELEMENTS XHTML Basic Tables 1.0//EN" |
| 127 |
|
|
"xhtml-basic-table-1.mod" > |
| 128 |
|
|
%xhtml-table.mod;]]> |
| 129 |
|
|
|
| 130 |
|
|
<!-- Forms Module ............................................... --> |
| 131 |
|
|
<!ENTITY % xhtml-form.module "INCLUDE" > |
| 132 |
|
|
<![%xhtml-form.module;[ |
| 133 |
|
|
<!ENTITY % xhtml-form.mod |
| 134 |
|
|
PUBLIC "-//W3C//ELEMENTS XHTML Basic Forms 1.0//EN" |
| 135 |
|
|
"xhtml-basic-form-1.mod" > |
| 136 |
|
|
%xhtml-form.mod;]]> |
| 137 |
|
|
|
| 138 |
|
|
<!-- Link Element Module ........................................ --> |
| 139 |
|
|
<!ENTITY % xhtml-link.module "INCLUDE" > |
| 140 |
|
|
<![%xhtml-link.module;[ |
| 141 |
|
|
<!ENTITY % xhtml-link.mod |
| 142 |
|
|
PUBLIC "-//W3C//ELEMENTS XHTML Link Element 1.0//EN" |
| 143 |
|
|
"xhtml-link-1.mod" > |
| 144 |
|
|
%xhtml-link.mod;]]> |
| 145 |
|
|
|
| 146 |
|
|
<!-- Document Metainformation Module ............................ --> |
| 147 |
|
|
<!ENTITY % xhtml-meta.module "INCLUDE" > |
| 148 |
|
|
<![%xhtml-meta.module;[ |
| 149 |
|
|
<!ENTITY % xhtml-meta.mod |
| 150 |
|
|
PUBLIC "-//W3C//ELEMENTS XHTML Metainformation 1.0//EN" |
| 151 |
|
|
"xhtml-meta-1.mod" > |
| 152 |
|
|
%xhtml-meta.mod;]]> |
| 153 |
|
|
|
| 154 |
|
|
<!-- Base Element Module ........................................ --> |
| 155 |
|
|
<!ENTITY % xhtml-base.module "INCLUDE" > |
| 156 |
|
|
<![%xhtml-base.module;[ |
| 157 |
|
|
<!ENTITY % xhtml-base.mod |
| 158 |
|
|
PUBLIC "-//W3C//ELEMENTS XHTML Base Element 1.0//EN" |
| 159 |
|
|
"xhtml-base-1.mod" > |
| 160 |
|
|
%xhtml-base.mod;]]> |
| 161 |
|
|
|
| 162 |
|
|
<!-- Param Element Module ....................................... --> |
| 163 |
|
|
<!ENTITY % xhtml-param.module "INCLUDE" > |
| 164 |
|
|
<![%xhtml-param.module;[ |
| 165 |
|
|
<!ENTITY % xhtml-param.mod |
| 166 |
|
|
PUBLIC "-//W3C//ELEMENTS XHTML Param Element 1.0//EN" |
| 167 |
|
|
"xhtml-param-1.mod" > |
| 168 |
|
|
%xhtml-param.mod;]]> |
| 169 |
|
|
|
| 170 |
|
|
<!-- Embedded Object Module ..................................... --> |
| 171 |
|
|
<!ENTITY % xhtml-object.module "INCLUDE" > |
| 172 |
|
|
<![%xhtml-object.module;[ |
| 173 |
|
|
<!ENTITY % xhtml-object.mod |
| 174 |
|
|
PUBLIC "-//W3C//ELEMENTS XHTML Embedded Object 1.0//EN" |
| 175 |
|
|
"xhtml-object-1.mod" > |
| 176 |
|
|
%xhtml-object.mod;]]> |
| 177 |
|
|
|
| 178 |
|
|
<!ENTITY % xhtml-struct.mod |
| 179 |
|
|
PUBLIC "-//W3C//ELEMENTS XHTML Document Structure 1.0//EN" |
| 180 |
|
|
"xhtml-struct-1.mod" > |
| 181 |
|
|
%xhtml-struct.mod; |
| 182 |
|
|
|
| 183 |
|
|
<!-- end of XHTML Basic 1.0 DTD ........................................... --> |