Parent Directory
|
Revision Log
Added XHTML Basic source.
| 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:[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 | 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 |