plugins/org.w3c.css/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-inlpres-1.mod
changeset 476 20536eb3b9ff
parent 475 77edd0cbdfe0
child 477 b616697678bf
equal deleted inserted replaced
475:77edd0cbdfe0 476:20536eb3b9ff
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Inline Presentation Module  .................................... -->
       
     3 <!-- file: xhtml-inlpres-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-inlpres-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 Inline Presentation 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-inlpres-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Inline Presentational Elements
       
    19 
       
    20         b, big, i, small, sub, sup, tt
       
    21 
       
    22      This module declares the elements and their attributes used to
       
    23      support inline-level presentational markup.
       
    24 -->
       
    25 
       
    26 <!ENTITY % b.element  "INCLUDE" >
       
    27 <![%b.element;[
       
    28 <!ENTITY % b.content
       
    29      "( #PCDATA | %Inline.mix; )*"
       
    30 >
       
    31 <!ENTITY % b.qname  "b" >
       
    32 <!ELEMENT %b.qname;  %b.content; >
       
    33 <!-- end of b.element -->]]>
       
    34 
       
    35 <!ENTITY % b.attlist  "INCLUDE" >
       
    36 <![%b.attlist;[
       
    37 <!ATTLIST %b.qname;
       
    38       %Common.attrib;
       
    39 >
       
    40 <!-- end of b.attlist -->]]>
       
    41 
       
    42 <!ENTITY % big.element  "INCLUDE" >
       
    43 <![%big.element;[
       
    44 <!ENTITY % big.content
       
    45      "( #PCDATA | %Inline.mix; )*"
       
    46 >
       
    47 <!ENTITY % big.qname  "big" >
       
    48 <!ELEMENT %big.qname;  %big.content; >
       
    49 <!-- end of big.element -->]]>
       
    50 
       
    51 <!ENTITY % big.attlist  "INCLUDE" >
       
    52 <![%big.attlist;[
       
    53 <!ATTLIST %big.qname;
       
    54       %Common.attrib;
       
    55 >
       
    56 <!-- end of big.attlist -->]]>
       
    57 
       
    58 <!ENTITY % i.element  "INCLUDE" >
       
    59 <![%i.element;[
       
    60 <!ENTITY % i.content
       
    61      "( #PCDATA | %Inline.mix; )*"
       
    62 >
       
    63 <!ENTITY % i.qname  "i" >
       
    64 <!ELEMENT %i.qname;  %i.content; >
       
    65 <!-- end of i.element -->]]>
       
    66 
       
    67 <!ENTITY % i.attlist  "INCLUDE" >
       
    68 <![%i.attlist;[
       
    69 <!ATTLIST %i.qname;
       
    70       %Common.attrib;
       
    71 >
       
    72 <!-- end of i.attlist -->]]>
       
    73 
       
    74 <!ENTITY % small.element  "INCLUDE" >
       
    75 <![%small.element;[
       
    76 <!ENTITY % small.content
       
    77      "( #PCDATA | %Inline.mix; )*"
       
    78 >
       
    79 <!ENTITY % small.qname  "small" >
       
    80 <!ELEMENT %small.qname;  %small.content; >
       
    81 <!-- end of small.element -->]]>
       
    82 
       
    83 <!ENTITY % small.attlist  "INCLUDE" >
       
    84 <![%small.attlist;[
       
    85 <!ATTLIST %small.qname;
       
    86       %Common.attrib;
       
    87 >
       
    88 <!-- end of small.attlist -->]]>
       
    89 
       
    90 <!ENTITY % sub.element  "INCLUDE" >
       
    91 <![%sub.element;[
       
    92 <!ENTITY % sub.content
       
    93      "( #PCDATA | %Inline.mix; )*"
       
    94 >
       
    95 <!ENTITY % sub.qname  "sub" >
       
    96 <!ELEMENT %sub.qname;  %sub.content; >
       
    97 <!-- end of sub.element -->]]>
       
    98 
       
    99 <!ENTITY % sub.attlist  "INCLUDE" >
       
   100 <![%sub.attlist;[
       
   101 <!ATTLIST %sub.qname;
       
   102       %Common.attrib;
       
   103 >
       
   104 <!-- end of sub.attlist -->]]>
       
   105 
       
   106 <!ENTITY % sup.element  "INCLUDE" >
       
   107 <![%sup.element;[
       
   108 <!ENTITY % sup.content
       
   109      "( #PCDATA | %Inline.mix; )*"
       
   110 >
       
   111 <!ENTITY % sup.qname  "sup" >
       
   112 <!ELEMENT %sup.qname;  %sup.content; >
       
   113 <!-- end of sup.element -->]]>
       
   114 
       
   115 <!ENTITY % sup.attlist  "INCLUDE" >
       
   116 <![%sup.attlist;[
       
   117 <!ATTLIST %sup.qname;
       
   118       %Common.attrib;
       
   119 >
       
   120 <!-- end of sup.attlist -->]]>
       
   121 
       
   122 <!ENTITY % tt.element  "INCLUDE" >
       
   123 <![%tt.element;[
       
   124 <!ENTITY % tt.content
       
   125      "( #PCDATA | %Inline.mix; )*"
       
   126 >
       
   127 <!ENTITY % tt.qname  "tt" >
       
   128 <!ELEMENT %tt.qname;  %tt.content; >
       
   129 <!-- end of tt.element -->]]>
       
   130 
       
   131 <!ENTITY % tt.attlist  "INCLUDE" >
       
   132 <![%tt.attlist;[
       
   133 <!ATTLIST %tt.qname;
       
   134       %Common.attrib;
       
   135 >
       
   136 <!-- end of tt.attlist -->]]>
       
   137 
       
   138 <!-- end of xhtml-inlpres-1.mod -->