plugins/org.w3c.css/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-framework-1.mod
changeset 476 20536eb3b9ff
parent 475 77edd0cbdfe0
child 477 b616697678bf
equal deleted inserted replaced
475:77edd0cbdfe0 476:20536eb3b9ff
     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-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
       
     7      Revision: $Id: xhtml-framework-1.mod,v 1.1 2004-02-23 16:11:21 ylafon 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/TR/xhtml-modularization/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         +  notations
       
    24         +  datatypes
       
    25         +  namespace-qualified names
       
    26         +  common attributes
       
    27         +  document model
       
    28         +  character entities
       
    29 
       
    30      The Intrinsic Events module is ignored by default but
       
    31      occurs in this module because it must be instantiated
       
    32      prior to Attributes but after Datatypes.
       
    33 -->
       
    34 
       
    35 <!ENTITY % xhtml-arch.module "IGNORE" >
       
    36 <![%xhtml-arch.module;[
       
    37 <!ENTITY % xhtml-arch.mod
       
    38      PUBLIC "-//W3C//ELEMENTS XHTML Base Architecture 1.0//EN"
       
    39             "xhtml-arch-1.mod" >
       
    40 %xhtml-arch.mod;]]>
       
    41 
       
    42 <!ENTITY % xhtml-notations.module "INCLUDE" >
       
    43 <![%xhtml-notations.module;[
       
    44 <!ENTITY % xhtml-notations.mod
       
    45      PUBLIC "-//W3C//NOTATIONS XHTML Notations 1.0//EN"
       
    46             "xhtml-notations-1.mod" >
       
    47 %xhtml-notations.mod;]]>
       
    48 
       
    49 <!ENTITY % xhtml-datatypes.module "INCLUDE" >
       
    50 <![%xhtml-datatypes.module;[
       
    51 <!ENTITY % xhtml-datatypes.mod
       
    52      PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"
       
    53             "xhtml-datatypes-1.mod" >
       
    54 %xhtml-datatypes.mod;]]>
       
    55 
       
    56 <!-- placeholder for XLink support module -->
       
    57 <!ENTITY % xhtml-xlink.mod "" >
       
    58 %xhtml-xlink.mod;
       
    59 
       
    60 <!ENTITY % xhtml-qname.module "INCLUDE" >
       
    61 <![%xhtml-qname.module;[
       
    62 <!ENTITY % xhtml-qname.mod
       
    63      PUBLIC "-//W3C//ENTITIES XHTML Qualified Names 1.0//EN"
       
    64             "xhtml-qname-1.mod" >
       
    65 %xhtml-qname.mod;]]>
       
    66 
       
    67 <!ENTITY % xhtml-events.module "IGNORE" >
       
    68 <![%xhtml-events.module;[
       
    69 <!ENTITY % xhtml-events.mod
       
    70      PUBLIC "-//W3C//ENTITIES XHTML Intrinsic Events 1.0//EN"
       
    71             "xhtml-events-1.mod" >
       
    72 %xhtml-events.mod;]]>
       
    73 
       
    74 <!ENTITY % xhtml-attribs.module "INCLUDE" >
       
    75 <![%xhtml-attribs.module;[
       
    76 <!ENTITY % xhtml-attribs.mod
       
    77      PUBLIC "-//W3C//ENTITIES XHTML Common Attributes 1.0//EN"
       
    78             "xhtml-attribs-1.mod" >
       
    79 %xhtml-attribs.mod;]]>
       
    80 
       
    81 <!-- placeholder for content model redeclarations -->
       
    82 <!ENTITY % xhtml-model.redecl "" >
       
    83 %xhtml-model.redecl;
       
    84 
       
    85 <!ENTITY % xhtml-model.module "INCLUDE" >
       
    86 <![%xhtml-model.module;[
       
    87 <!-- instantiate the Document Model module declared in the DTD driver
       
    88 -->
       
    89 %xhtml-model.mod;]]>
       
    90 
       
    91 <!ENTITY % xhtml-charent.module "INCLUDE" >
       
    92 <![%xhtml-charent.module;[
       
    93 <!ENTITY % xhtml-charent.mod
       
    94      PUBLIC "-//W3C//ENTITIES XHTML Character Entities 1.0//EN"
       
    95             "xhtml-charent-1.mod" >
       
    96 %xhtml-charent.mod;]]>
       
    97 
       
    98 <!-- end of xhtml-framework-1.mod -->