plugins/org.w3c.css/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-inlstyle-1.mod
changeset 476 20536eb3b9ff
parent 475 77edd0cbdfe0
child 477 b616697678bf
equal deleted inserted replaced
475:77edd0cbdfe0 476:20536eb3b9ff
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Inline Style Module  ........................................... -->
       
     3 <!-- file: xhtml-inlstyle-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-inlstyle-1.mod,v 1.1 2004-02-23 16:11:21 ylafon Exp $
       
     8 
       
     9      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
       
    10 
       
    11        PUBLIC "-//W3C//ENTITIES XHTML Inline Style 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-inlstyle-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Inline Style
       
    19 
       
    20      This module declares the 'style' attribute, used to support inline
       
    21      style markup. This module must be instantiated prior to the XHTML
       
    22      Common Attributes module in order to be included in %Core.attrib;.
       
    23 -->
       
    24 
       
    25 <!ENTITY % style.attrib
       
    26      "style        CDATA                    #IMPLIED"
       
    27 >
       
    28 
       
    29 
       
    30 <!ENTITY % Core.extra.attrib
       
    31      "%style.attrib;"
       
    32 >
       
    33 
       
    34 <!-- end of xhtml-inlstyle-1.mod -->