Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<!-- ...................................................................... -->
2
<!-- XHTML Modular Framework Module  ...................................... -->
3
<!-- file: xhtml-framework-1.mod
4
 
5
     This is XHTML, a reformulation of HTML as a modular XML application.
6
     Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
7
     Revision: $Id: xhtml-framework-1.mod,v 1.4 2008/10/08 21:02:30 jules Exp $ SMI
8
 
9
     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
10
 
11
       PUBLIC "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN"
12
       SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-framework-1.mod"
13
 
14
     Revisions:
15
     (none)
16
     ....................................................................... -->
17
 
18
<!-- Modular Framework
19
 
20
     This required module instantiates the modules needed
21
     to support the XHTML modularization model, including:
22
 
23
        +  datatypes
24
        +  namespace-qualified names
25
        +  common attributes
26
        +  document model
27
        +  character entities
28
 
29
     The Intrinsic Events module is ignored by default but
30
     occurs in this module because it must be instantiated
31
     prior to Attributes but after Datatypes.
32
-->
33
 
34
<!ENTITY % xhtml-arch.module "IGNORE" >
35
<![%xhtml-arch.module;[
36
<!ENTITY % xhtml-arch.mod
37
     PUBLIC "-//W3C//ELEMENTS XHTML Base Architecture 1.0//EN"
38
            "xhtml-arch-1.mod" >
39
%xhtml-arch.mod;]]>
40
 
41
<!ENTITY % xhtml-notations.module "IGNORE" >
42
<![%xhtml-notations.module;[
43
<!ENTITY % xhtml-notations.mod
44
     PUBLIC "-//W3C//NOTATIONS XHTML Notations 1.0//EN"
45
            "xhtml-notations-1.mod" >
46
%xhtml-notations.mod;]]>
47
 
48
<!ENTITY % xhtml-datatypes.module "INCLUDE" >
49
<![%xhtml-datatypes.module;[
50
<!ENTITY % xhtml-datatypes.mod
51
     PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"
52
            "xhtml-datatypes-1.mod" >
53
%xhtml-datatypes.mod;]]>
54
 
55
<!-- placeholder for XLink support module -->
56
<!ENTITY % xhtml-xlink.mod "" >
57
%xhtml-xlink.mod;
58
 
59
<!ENTITY % xhtml-qname.module "INCLUDE" >
60
<![%xhtml-qname.module;[
61
<!ENTITY % xhtml-qname.mod
62
     PUBLIC "-//W3C//ENTITIES XHTML Qualified Names 1.0//EN"
63
            "xhtml-qname-1.mod" >
64
%xhtml-qname.mod;]]>
65
 
66
<!ENTITY % xhtml-events.module "IGNORE" >
67
<![%xhtml-events.module;[
68
<!ENTITY % xhtml-events.mod
69
     PUBLIC "-//W3C//ENTITIES XHTML Intrinsic Events 1.0//EN"
70
            "xhtml-events-1.mod" >
71
%xhtml-events.mod;]]>
72
 
73
<!ENTITY % xhtml-attribs.module "INCLUDE" >
74
<![%xhtml-attribs.module;[
75
<!ENTITY % xhtml-attribs.mod
76
     PUBLIC "-//W3C//ENTITIES XHTML Common Attributes 1.0//EN"
77
            "xhtml-attribs-1.mod" >
78
%xhtml-attribs.mod;]]>
79
 
80
<!-- placeholder for content model redeclarations -->
81
<!ENTITY % xhtml-model.redecl "" >
82
%xhtml-model.redecl;
83
 
84
<!ENTITY % xhtml-model.module "INCLUDE" >
85
<![%xhtml-model.module;[
86
<!-- instantiate the Document Model module declared in the DTD driver
87
-->
88
%xhtml-model.mod;]]>
89
 
90
<!ENTITY % xhtml-charent.module "INCLUDE" >
91
<![%xhtml-charent.module;[
92
<!ENTITY % xhtml-charent.mod
93
     PUBLIC "-//W3C//ENTITIES XHTML Character Entities 1.0//EN"
94
            "xhtml-charent-1.mod" >
95
%xhtml-charent.mod;]]>
96
 
97
<!-- end of xhtml-framework-1.mod -->