/[suikacvs]/test/xhtmlbasic10dtd
Suika

Diff of /test/xhtmlbasic10dtd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mimasa, Wed Feb 4 05:52:15 2004 UTC revision 1.3 by mimasa, Wed Apr 13 11:32:57 2005 UTC
# Line 6  Line 6 
6       This is XHTML Basic, a proper subset of XHTML.       This is XHTML Basic, a proper subset of XHTML.
7    
8       The Extensible HyperText Markup Language (XHTML)       The Extensible HyperText Markup Language (XHTML)
9       Copyright 1998-2000 World Wide Web Consortium       Copyright 1998-2005 World Wide Web Consortium
10          (Massachusetts Institute of Technology, Institut National de          (Massachusetts Institute of Technology, European Research Consortium
11           Recherche en Informatique et en Automatique, Keio University).           for Informatics and Mathematics, Keio University).
12           All Rights Reserved.           All Rights Reserved.
13    
14       Permission to use, copy, modify and distribute the XHTML Basic DTD       Permission to use, copy, modify and distribute the XHTML Basic DTD
# Line 49  Line 49 
49  <!ENTITY % XLINK.xmlns.attrib "" >  <!ENTITY % XLINK.xmlns.attrib "" >
50    
51  <!-- For example, if you are using XHTML Basic 1.0 directly, use  <!-- For example, if you are using XHTML Basic 1.0 directly, use
52       the FPI in the DOCTYPE declaration, with the xmlns attribute       the public identifier in the DOCTYPE declaration, with the namespace
53       on the document element to identify the default namespace:       declaration on the document element to identify the default namespace:
54    
55           <?xml version="1.0"?>           <?xml version="1.0"?>
56           <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"           <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
# Line 79  Line 79 
79    
80  <!ENTITY % xhtml-model.mod  <!ENTITY % xhtml-model.mod
81       PUBLIC "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN"       PUBLIC "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN"
82              "xhtml-basic10-model-1.mod" >              "http://www.w3.org/MarkUp/DTD/xhtml-basic10-model-1.mod" >
83    
84  <!ENTITY % xhtml-framework.mod  <!ENTITY % xhtml-framework.mod
85       PUBLIC "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN"       PUBLIC "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN"
86              "xhtml-framework-1.mod" >              "http://www.w3.org/MarkUp/DTD/xhtml-framework-1.mod" >
87  %xhtml-framework.mod;  %xhtml-framework.mod;
88    
89  <!ENTITY % pre.content  <!ENTITY % pre.content
# Line 96  Line 96 
96    
97  <!ENTITY % xhtml-text.mod  <!ENTITY % xhtml-text.mod
98       PUBLIC "-//W3C//ELEMENTS XHTML Text 1.0//EN"       PUBLIC "-//W3C//ELEMENTS XHTML Text 1.0//EN"
99              "xhtml-text-1.mod" >              "http://www.w3.org/MarkUp/DTD/xhtml-text-1.mod" >
100  %xhtml-text.mod;  %xhtml-text.mod;
101    
102  <!ENTITY % xhtml-hypertext.mod  <!ENTITY % xhtml-hypertext.mod
103       PUBLIC "-//W3C//ELEMENTS XHTML Hypertext 1.0//EN"       PUBLIC "-//W3C//ELEMENTS XHTML Hypertext 1.0//EN"
104              "xhtml-hypertext-1.mod" >              "http://www.w3.org/MarkUp/DTD/xhtml-hypertext-1.mod" >
105  %xhtml-hypertext.mod;  %xhtml-hypertext.mod;
106    
107  <!ENTITY % xhtml-list.mod  <!ENTITY % xhtml-list.mod
108       PUBLIC "-//W3C//ELEMENTS XHTML Lists 1.0//EN"       PUBLIC "-//W3C//ELEMENTS XHTML Lists 1.0//EN"
109              "xhtml-list-1.mod" >              "http://www.w3.org/MarkUp/DTD/xhtml-list-1.mod" >
110  %xhtml-list.mod;  %xhtml-list.mod;
111    
112  <!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->  <!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
# Line 116  Line 116 
116  <![%xhtml-image.module;[  <![%xhtml-image.module;[
117  <!ENTITY % xhtml-image.mod  <!ENTITY % xhtml-image.mod
118       PUBLIC "-//W3C//ELEMENTS XHTML Images 1.0//EN"       PUBLIC "-//W3C//ELEMENTS XHTML Images 1.0//EN"
119              "xhtml-image-1.mod" >              "http://www.w3.org/MarkUp/DTD/xhtml-image-1.mod" >
120  %xhtml-image.mod;]]>  %xhtml-image.mod;]]>
121    
122  <!-- Tables Module ............................................... -->  <!-- Tables Module ............................................... -->
# Line 124  Line 124 
124  <![%xhtml-table.module;[  <![%xhtml-table.module;[
125  <!ENTITY % xhtml-table.mod  <!ENTITY % xhtml-table.mod
126       PUBLIC "-//W3C//ELEMENTS XHTML Basic Tables 1.0//EN"       PUBLIC "-//W3C//ELEMENTS XHTML Basic Tables 1.0//EN"
127              "xhtml-basic-table-1.mod" >              "http://www.w3.org/MarkUp/DTD/xhtml-basic-table-1.mod" >
128  %xhtml-table.mod;]]>  %xhtml-table.mod;]]>
129    
130  <!-- Forms Module  ............................................... -->  <!-- Forms Module  ............................................... -->
# Line 132  Line 132 
132  <![%xhtml-form.module;[  <![%xhtml-form.module;[
133  <!ENTITY % xhtml-form.mod  <!ENTITY % xhtml-form.mod
134       PUBLIC "-//W3C//ELEMENTS XHTML Basic Forms 1.0//EN"       PUBLIC "-//W3C//ELEMENTS XHTML Basic Forms 1.0//EN"
135              "xhtml-basic-form-1.mod" >              "http://www.w3.org/MarkUp/DTD/xhtml-basic-form-1.mod" >
136  %xhtml-form.mod;]]>  %xhtml-form.mod;]]>
137    
138  <!-- Link Element Module  ........................................ -->  <!-- Link Element Module  ........................................ -->
# Line 140  Line 140 
140  <![%xhtml-link.module;[  <![%xhtml-link.module;[
141  <!ENTITY % xhtml-link.mod  <!ENTITY % xhtml-link.mod
142       PUBLIC "-//W3C//ELEMENTS XHTML Link Element 1.0//EN"       PUBLIC "-//W3C//ELEMENTS XHTML Link Element 1.0//EN"
143              "xhtml-link-1.mod" >              "http://www.w3.org/MarkUp/DTD/xhtml-link-1.mod" >
144  %xhtml-link.mod;]]>  %xhtml-link.mod;]]>
145    
146  <!-- Document Metainformation Module  ............................ -->  <!-- Document Metainformation Module  ............................ -->
# Line 148  Line 148 
148  <![%xhtml-meta.module;[  <![%xhtml-meta.module;[
149  <!ENTITY % xhtml-meta.mod  <!ENTITY % xhtml-meta.mod
150       PUBLIC "-//W3C//ELEMENTS XHTML Metainformation 1.0//EN"       PUBLIC "-//W3C//ELEMENTS XHTML Metainformation 1.0//EN"
151              "xhtml-meta-1.mod" >              "http://www.w3.org/MarkUp/DTD/xhtml-meta-1.mod" >
152  %xhtml-meta.mod;]]>  %xhtml-meta.mod;]]>
153    
154  <!-- Base Element Module  ........................................ -->  <!-- Base Element Module  ........................................ -->
# Line 156  Line 156 
156  <![%xhtml-base.module;[  <![%xhtml-base.module;[
157  <!ENTITY % xhtml-base.mod  <!ENTITY % xhtml-base.mod
158       PUBLIC "-//W3C//ELEMENTS XHTML Base Element 1.0//EN"       PUBLIC "-//W3C//ELEMENTS XHTML Base Element 1.0//EN"
159              "xhtml-base-1.mod" >              "http://www.w3.org/MarkUp/DTD/xhtml-base-1.mod" >
160  %xhtml-base.mod;]]>  %xhtml-base.mod;]]>
161    
162  <!-- Param Element Module  ....................................... -->  <!-- Param Element Module  ....................................... -->
# Line 164  Line 164 
164  <![%xhtml-param.module;[  <![%xhtml-param.module;[
165  <!ENTITY % xhtml-param.mod  <!ENTITY % xhtml-param.mod
166       PUBLIC "-//W3C//ELEMENTS XHTML Param Element 1.0//EN"       PUBLIC "-//W3C//ELEMENTS XHTML Param Element 1.0//EN"
167              "xhtml-param-1.mod" >              "http://www.w3.org/MarkUp/DTD/xhtml-param-1.mod" >
168  %xhtml-param.mod;]]>  %xhtml-param.mod;]]>
169    
170  <!-- Embedded Object Module  ..................................... -->  <!-- Embedded Object Module  ..................................... -->
# Line 172  Line 172 
172  <![%xhtml-object.module;[  <![%xhtml-object.module;[
173  <!ENTITY % xhtml-object.mod  <!ENTITY % xhtml-object.mod
174       PUBLIC "-//W3C//ELEMENTS XHTML Embedded Object 1.0//EN"       PUBLIC "-//W3C//ELEMENTS XHTML Embedded Object 1.0//EN"
175              "xhtml-object-1.mod" >              "http://www.w3.org/MarkUp/DTD/xhtml-object-1.mod" >
176  %xhtml-object.mod;]]>  %xhtml-object.mod;]]>
177    
178  <!ENTITY % xhtml-struct.mod  <!ENTITY % xhtml-struct.mod
179       PUBLIC "-//W3C//ELEMENTS XHTML Document Structure 1.0//EN"       PUBLIC "-//W3C//ELEMENTS XHTML Document Structure 1.0//EN"
180              "xhtml-struct-1.mod" >              "http://www.w3.org/MarkUp/DTD/xhtml-struct-1.mod" >
181  %xhtml-struct.mod;  %xhtml-struct.mod;
182    
183  <!-- end of XHTML Basic 1.0 DTD  ........................................... -->  <!-- end of XHTML Basic 1.0 DTD  ........................................... -->

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24