/[suikacvs]/test/xhtmlbasic10dtd
Suika

Contents of /test/xhtmlbasic10dtd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Wed Nov 2 14:50:11 2005 UTC (18 years, 5 months ago) by ahby
Branch: MAIN
CVS Tags: WD20070208, WD2060913, WD20060628, ED20070710, ED20070711, WD20060607, WD20060608, CR20061211, ED20061114, WD20060705, CR20070713, ED20061012, WD20060503, CD20070321, ED20060913, CR20070209, ED20070402, CR20070321, ED20070405, CR20070117, WD20060913, WD20060329, ED20061101, HEAD
Branch point for: r1_1
Changes since 1.3: +9 -0 lines
Updated name for M12N.

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-2005 World Wide Web Consortium
10 (Massachusetts Institute of Technology, European Research Consortium
11 for Informatics and Mathematics, 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 public identifier in the DOCTYPE declaration, with the namespace
53 declaration 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 "http://www.w3.org/MarkUp/DTD/xhtml-basic10-model-1.mod" >
83
84 <!ENTITY % xhtml-framework.mod
85 PUBLIC "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN"
86 "http://www.w3.org/MarkUp/DTD/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 "http://www.w3.org/MarkUp/DTD/xhtml-text-1.mod" >
100 %xhtml-text.mod;
101
102 <!ENTITY % xhtml-hypertext.mod
103 PUBLIC "-//W3C//ELEMENTS XHTML Hypertext 1.0//EN"
104 "http://www.w3.org/MarkUp/DTD/xhtml-hypertext-1.mod" >
105 %xhtml-hypertext.mod;
106
107 <!ENTITY % xhtml-list.mod
108 PUBLIC "-//W3C//ELEMENTS XHTML Lists 1.0//EN"
109 "http://www.w3.org/MarkUp/DTD/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 "http://www.w3.org/MarkUp/DTD/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 "http://www.w3.org/MarkUp/DTD/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 "http://www.w3.org/MarkUp/DTD/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 "http://www.w3.org/MarkUp/DTD/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 "http://www.w3.org/MarkUp/DTD/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 "http://www.w3.org/MarkUp/DTD/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 "http://www.w3.org/MarkUp/DTD/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 "http://www.w3.org/MarkUp/DTD/xhtml-object-1.mod" >
176 %xhtml-object.mod;]]>
177
178 <!-- Target Attribute Module .................................... -->
179 <!ENTITY % xhtml-target.module "INCLUDE" >
180 <![%xhtml-target.module;[
181 <!ENTITY % xhtml-target.mod
182 PUBLIC "-//W3C//ELEMENTS XHTML Target 1.0//EN"
183 "http://www.w3.org/MarkUp/DTD/xhtml-target-1.mod" >
184 %xhtml-target.mod;]]>
185
186
187 <!ENTITY % xhtml-struct.mod
188 PUBLIC "-//W3C//ELEMENTS XHTML Document Structure 1.0//EN"
189 "http://www.w3.org/MarkUp/DTD/xhtml-struct-1.mod" >
190 %xhtml-struct.mod;
191
192 <!-- end of XHTML Basic 1.0 DTD ........................................... -->

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24