plugins/org.w3c.css/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-text-1.mod
changeset 476 20536eb3b9ff
parent 475 77edd0cbdfe0
child 477 b616697678bf
equal deleted inserted replaced
475:77edd0cbdfe0 476:20536eb3b9ff
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Text Module  ................................................... -->
       
     3 <!-- file: xhtml-text-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-text-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//ELEMENTS XHTML Text 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-text-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Textual Content
       
    19 
       
    20      The Text module includes declarations for all core
       
    21      text container elements and their attributes.
       
    22 -->
       
    23 
       
    24 <!ENTITY % xhtml-inlstruct.module "INCLUDE" >
       
    25 <![%xhtml-inlstruct.module;[
       
    26 <!ENTITY % xhtml-inlstruct.mod
       
    27      PUBLIC "-//W3C//ELEMENTS XHTML Inline Structural 1.0//EN"
       
    28             "xhtml-inlstruct-1.mod" >
       
    29 %xhtml-inlstruct.mod;]]>
       
    30 
       
    31 <!ENTITY % xhtml-inlphras.module "INCLUDE" >
       
    32 <![%xhtml-inlphras.module;[
       
    33 <!ENTITY % xhtml-inlphras.mod
       
    34      PUBLIC "-//W3C//ELEMENTS XHTML Inline Phrasal 1.0//EN"
       
    35             "xhtml-inlphras-1.mod" >
       
    36 %xhtml-inlphras.mod;]]>
       
    37 
       
    38 <!ENTITY % xhtml-blkstruct.module "INCLUDE" >
       
    39 <![%xhtml-blkstruct.module;[
       
    40 <!ENTITY % xhtml-blkstruct.mod
       
    41      PUBLIC "-//W3C//ELEMENTS XHTML Block Structural 1.0//EN"
       
    42             "xhtml-blkstruct-1.mod" >
       
    43 %xhtml-blkstruct.mod;]]>
       
    44 
       
    45 <!ENTITY % xhtml-blkphras.module "INCLUDE" >
       
    46 <![%xhtml-blkphras.module;[
       
    47 <!ENTITY % xhtml-blkphras.mod
       
    48      PUBLIC "-//W3C//ELEMENTS XHTML Block Phrasal 1.0//EN"
       
    49             "xhtml-blkphras-1.mod" >
       
    50 %xhtml-blkphras.mod;]]>
       
    51 
       
    52 <!-- end of xhtml-text-1.mod -->