/[pub]/test/xhtmlbasic10dtd
Suika

Contents of /test/xhtmlbasic10dtd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download)
Wed Nov 2 14:50:11 2005 UTC (20 years, 8 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 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 mimasa 1.3 Copyright 1998-2005 World Wide Web Consortium
10     (Massachusetts Institute of Technology, European Research Consortium
11     for Informatics and Mathematics, Keio University).
12 mimasa 1.1 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:[email protected]>
23     Peter Stark <mailto:[email protected]>
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 mimasa 1.3 the public identifier in the DOCTYPE declaration, with the namespace
53     declaration on the document element to identify the default namespace:
54 mimasa 1.1