org.symbian.tools.wrttools/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-inlphras-1.mod
changeset 28 98245459a023
parent 27 71bee9e379ef
child 29 315b47abf7f3
equal deleted inserted replaced
27:71bee9e379ef 28:98245459a023
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Inline Phrasal Module  ......................................... -->
       
     3 <!-- file: xhtml-inlphras-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-inlphras-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 Phrasal 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-inlphras-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Inline Phrasal
       
    19 
       
    20         abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var
       
    21 
       
    22      This module declares the elements and their attributes used to
       
    23      support inline-level phrasal markup.
       
    24 -->
       
    25 
       
    26 <!ENTITY % abbr.element  "INCLUDE" >
       
    27 <![%abbr.element;[
       
    28 <!ENTITY % abbr.content
       
    29      "( #PCDATA | %Inline.mix; )*"
       
    30 >
       
    31 <!ENTITY % abbr.qname  "abbr" >
       
    32 <!ELEMENT %abbr.qname;  %abbr.content; >
       
    33 <!-- end of abbr.element -->]]>
       
    34 
       
    35 <!ENTITY % abbr.attlist  "INCLUDE" >
       
    36 <![%abbr.attlist;[
       
    37 <!ATTLIST %abbr.qname;
       
    38       %Common.attrib;
       
    39 >
       
    40 <!-- end of abbr.attlist -->]]>
       
    41 
       
    42 <!ENTITY % acronym.element  "INCLUDE" >
       
    43 <![%acronym.element;[
       
    44 <!ENTITY % acronym.content
       
    45      "( #PCDATA | %Inline.mix; )*"
       
    46 >
       
    47 <!ENTITY % acronym.qname  "acronym" >
       
    48 <!ELEMENT %acronym.qname;  %acronym.content; >
       
    49 <!-- end of acronym.element -->]]>
       
    50 
       
    51 <!ENTITY % acronym.attlist  "INCLUDE" >
       
    52 <![%acronym.attlist;[
       
    53 <!ATTLIST %acronym.qname;
       
    54       %Common.attrib;
       
    55 >
       
    56 <!-- end of acronym.attlist -->]]>
       
    57 
       
    58 <!ENTITY % cite.element  "INCLUDE" >
       
    59 <![%cite.element;[
       
    60 <!ENTITY % cite.content
       
    61      "( #PCDATA | %Inline.mix; )*"
       
    62 >
       
    63 <!ENTITY % cite.qname  "cite" >
       
    64 <!ELEMENT %cite.qname;  %cite.content; >
       
    65 <!-- end of cite.element -->]]>
       
    66 
       
    67 <!ENTITY % cite.attlist  "INCLUDE" >
       
    68 <![%cite.attlist;[
       
    69 <!ATTLIST %cite.qname;
       
    70       %Common.attrib;
       
    71 >
       
    72 <!-- end of cite.attlist -->]]>
       
    73 
       
    74 <!ENTITY % code.element  "INCLUDE" >
       
    75 <![%code.element;[
       
    76 <!ENTITY % code.content
       
    77      "( #PCDATA | %Inline.mix; )*"
       
    78 >
       
    79 <!ENTITY % code.qname  "code" >
       
    80 <!ELEMENT %code.qname;  %code.content; >
       
    81 <!-- end of code.element -->]]>
       
    82 
       
    83 <!ENTITY % code.attlist  "INCLUDE" >
       
    84 <![%code.attlist;[
       
    85 <!ATTLIST %code.qname;
       
    86       %Common.attrib;
       
    87 >
       
    88 <!-- end of code.attlist -->]]>
       
    89 
       
    90 <!ENTITY % dfn.element  "INCLUDE" >
       
    91 <![%dfn.element;[
       
    92 <!ENTITY % dfn.content
       
    93      "( #PCDATA | %Inline.mix; )*"
       
    94 >
       
    95 <!ENTITY % dfn.qname  "dfn" >
       
    96 <!ELEMENT %dfn.qname;  %dfn.content; >
       
    97 <!-- end of dfn.element -->]]>
       
    98 
       
    99 <!ENTITY % dfn.attlist  "INCLUDE" >
       
   100 <![%dfn.attlist;[
       
   101 <!ATTLIST %dfn.qname;
       
   102       %Common.attrib;
       
   103 >
       
   104 <!-- end of dfn.attlist -->]]>
       
   105 
       
   106 <!ENTITY % em.element  "INCLUDE" >
       
   107 <![%em.element;[
       
   108 <!ENTITY % em.content
       
   109      "( #PCDATA | %Inline.mix; )*"
       
   110 >
       
   111 <!ENTITY % em.qname  "em" >
       
   112 <!ELEMENT %em.qname;  %em.content; >
       
   113 <!-- end of em.element -->]]>
       
   114 
       
   115 <!ENTITY % em.attlist  "INCLUDE" >
       
   116 <![%em.attlist;[
       
   117 <!ATTLIST %em.qname;
       
   118       %Common.attrib;
       
   119 >
       
   120 <!-- end of em.attlist -->]]>
       
   121 
       
   122 <!ENTITY % kbd.element  "INCLUDE" >
       
   123 <![%kbd.element;[
       
   124 <!ENTITY % kbd.content
       
   125      "( #PCDATA | %Inline.mix; )*"
       
   126 >
       
   127 <!ENTITY % kbd.qname  "kbd" >
       
   128 <!ELEMENT %kbd.qname;  %kbd.content; >
       
   129 <!-- end of kbd.element -->]]>
       
   130 
       
   131 <!ENTITY % kbd.attlist  "INCLUDE" >
       
   132 <![%kbd.attlist;[
       
   133 <!ATTLIST %kbd.qname;
       
   134       %Common.attrib;
       
   135 >
       
   136 <!-- end of kbd.attlist -->]]>
       
   137 
       
   138 <!ENTITY % q.element  "INCLUDE" >
       
   139 <![%q.element;[
       
   140 <!ENTITY % q.content
       
   141      "( #PCDATA | %Inline.mix; )*"
       
   142 >
       
   143 <!ENTITY % q.qname  "q" >
       
   144 <!ELEMENT %q.qname;  %q.content; >
       
   145 <!-- end of q.element -->]]>
       
   146 
       
   147 <!ENTITY % q.attlist  "INCLUDE" >
       
   148 <![%q.attlist;[
       
   149 <!ATTLIST %q.qname;
       
   150       %Common.attrib;
       
   151       cite         %URI.datatype;           #IMPLIED
       
   152 >
       
   153 <!-- end of q.attlist -->]]>
       
   154 
       
   155 <!ENTITY % samp.element  "INCLUDE" >
       
   156 <![%samp.element;[
       
   157 <!ENTITY % samp.content
       
   158      "( #PCDATA | %Inline.mix; )*"
       
   159 >
       
   160 <!ENTITY % samp.qname  "samp" >
       
   161 <!ELEMENT %samp.qname;  %samp.content; >
       
   162 <!-- end of samp.element -->]]>
       
   163 
       
   164 <!ENTITY % samp.attlist  "INCLUDE" >
       
   165 <![%samp.attlist;[
       
   166 <!ATTLIST %samp.qname;
       
   167       %Common.attrib;
       
   168 >
       
   169 <!-- end of samp.attlist -->]]>
       
   170 
       
   171 <!ENTITY % strong.element  "INCLUDE" >
       
   172 <![%strong.element;[
       
   173 <!ENTITY % strong.content
       
   174      "( #PCDATA | %Inline.mix; )*"
       
   175 >
       
   176 <!ENTITY % strong.qname  "strong" >
       
   177 <!ELEMENT %strong.qname;  %strong.content; >
       
   178 <!-- end of strong.element -->]]>
       
   179 
       
   180 <!ENTITY % strong.attlist  "INCLUDE" >
       
   181 <![%strong.attlist;[
       
   182 <!ATTLIST %strong.qname;
       
   183       %Common.attrib;
       
   184 >
       
   185 <!-- end of strong.attlist -->]]>
       
   186 
       
   187 <!ENTITY % var.element  "INCLUDE" >
       
   188 <![%var.element;[
       
   189 <!ENTITY % var.content
       
   190      "( #PCDATA | %Inline.mix; )*"
       
   191 >
       
   192 <!ENTITY % var.qname  "var" >
       
   193 <!ELEMENT %var.qname;  %var.content; >
       
   194 <!-- end of var.element -->]]>
       
   195 
       
   196 <!ENTITY % var.attlist  "INCLUDE" >
       
   197 <![%var.attlist;[
       
   198 <!ATTLIST %var.qname;
       
   199       %Common.attrib;
       
   200 >
       
   201 <!-- end of var.attlist -->]]>
       
   202 
       
   203 <!-- end of xhtml-inlphras-1.mod -->