plugins/org.w3c.css/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-blkpres-1.mod
changeset 476 20536eb3b9ff
parent 475 77edd0cbdfe0
child 477 b616697678bf
equal deleted inserted replaced
475:77edd0cbdfe0 476:20536eb3b9ff
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Block Presentation Module  ..................................... -->
       
     3 <!-- file: xhtml-blkpres-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-blkpres-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 Presentation 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-blkpres-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Block Presentational Elements
       
    19 
       
    20         hr
       
    21 
       
    22      This module declares the elements and their attributes used to
       
    23      support block-level presentational markup.
       
    24 -->
       
    25 
       
    26 <!ENTITY % hr.element  "INCLUDE" >
       
    27 <![%hr.element;[
       
    28 <!ENTITY % hr.content  "EMPTY" >
       
    29 <!ENTITY % hr.qname  "hr" >
       
    30 <!ELEMENT %hr.qname;  %hr.content; >
       
    31 <!-- end of hr.element -->]]>
       
    32 
       
    33 <!ENTITY % hr.attlist  "INCLUDE" >
       
    34 <![%hr.attlist;[
       
    35 <!ATTLIST %hr.qname;
       
    36       %Common.attrib;
       
    37 >
       
    38 <!-- end of hr.attlist -->]]>
       
    39 
       
    40 <!-- end of xhtml-blkpres-1.mod -->