org.symbian.tools.wrttools/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-blkstruct-1.mod
changeset 28 98245459a023
parent 27 71bee9e379ef
child 29 315b47abf7f3
equal deleted inserted replaced
27:71bee9e379ef 28:98245459a023
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Block Structural Module  ....................................... -->
       
     3 <!-- file: xhtml-blkstruct-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-blkstruct-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 Block Structural 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-blkstruct-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Block Structural
       
    19 
       
    20         div, p
       
    21 
       
    22      This module declares the elements and their attributes used to
       
    23      support block-level structural markup.
       
    24 -->
       
    25 
       
    26 <!ENTITY % div.element  "INCLUDE" >
       
    27 <![%div.element;[
       
    28 <!ENTITY % div.content
       
    29      "( #PCDATA | %Flow.mix; )*"
       
    30 >
       
    31 <!ENTITY % div.qname  "div" >
       
    32 <!ELEMENT %div.qname;  %div.content; >
       
    33 <!-- end of div.element -->]]>
       
    34 
       
    35 <!ENTITY % div.attlist  "INCLUDE" >
       
    36 <![%div.attlist;[
       
    37 <!ATTLIST %div.qname;
       
    38       %Common.attrib;
       
    39 >
       
    40 <!-- end of div.attlist -->]]>
       
    41 
       
    42 <!ENTITY % p.element  "INCLUDE" >
       
    43 <![%p.element;[
       
    44 <!ENTITY % p.content
       
    45      "( #PCDATA | %Inline.mix; )*" >
       
    46 <!ENTITY % p.qname  "p" >
       
    47 <!ELEMENT %p.qname;  %p.content; >
       
    48 <!-- end of p.element -->]]>
       
    49 
       
    50 <!ENTITY % p.attlist  "INCLUDE" >
       
    51 <![%p.attlist;[
       
    52 <!ATTLIST %p.qname;
       
    53       %Common.attrib;
       
    54 >
       
    55 <!-- end of p.attlist -->]]>
       
    56 
       
    57 <!-- end of xhtml-blkstruct-1.mod -->