Parent Directory
|
Revision Log
Suppressed keyword substitution.
| 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 | <!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 | &nb |