org.symbian.tools.wrttools/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-pres-1.mod
changeset 28 98245459a023
parent 27 71bee9e379ef
child 29 315b47abf7f3
equal deleted inserted replaced
27:71bee9e379ef 28:98245459a023
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Presentation Module ............................................ -->
       
     3 <!-- file: xhtml-pres-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-pres-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 Presentation 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-pres-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Presentational Elements
       
    19 
       
    20      This module defines elements and their attributes for
       
    21      simple presentation-related markup.
       
    22 -->
       
    23 
       
    24 <!ENTITY % xhtml-inlpres.module "INCLUDE" >
       
    25 <![%xhtml-inlpres.module;[
       
    26 <!ENTITY % xhtml-inlpres.mod
       
    27      PUBLIC "-//W3C//ELEMENTS XHTML Inline Presentation 1.0//EN"
       
    28             "xhtml-inlpres-1.mod" >
       
    29 %xhtml-inlpres.mod;]]>
       
    30 
       
    31 <!ENTITY % xhtml-blkpres.module "INCLUDE" >
       
    32 <![%xhtml-blkpres.module;[
       
    33 <!ENTITY % xhtml-blkpres.mod
       
    34      PUBLIC "-//W3C//ELEMENTS XHTML Block Presentation 1.0//EN"
       
    35             "xhtml-blkpres-1.mod" >
       
    36 %xhtml-blkpres.mod;]]>
       
    37 
       
    38 <!-- end of xhtml-pres-1.mod -->