org.symbian.tools.wrttools/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-style-1.mod
changeset 28 98245459a023
parent 27 71bee9e379ef
child 29 315b47abf7f3
equal deleted inserted replaced
27:71bee9e379ef 28:98245459a023
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Document Style Sheet Module  ................................... -->
       
     3 <!-- file: xhtml-style-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-style-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//DTD XHTML Style Sheets 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-style-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Style Sheets
       
    19 
       
    20         style
       
    21 
       
    22      This module declares the style element type and its attributes,
       
    23      used to embed style sheet information in the document head element.
       
    24 -->
       
    25 
       
    26 <!-- style: Style Sheet Information .................... -->
       
    27 
       
    28 <!ENTITY % style.element  "INCLUDE" >
       
    29 <![%style.element;[
       
    30 <!ENTITY % style.content  "( #PCDATA )" >
       
    31 <!ENTITY % style.qname  "style" >
       
    32 <!ELEMENT %style.qname;  %style.content; >
       
    33 <!-- end of style.element -->]]>
       
    34 
       
    35 <!ENTITY % style.attlist  "INCLUDE" >
       
    36 <![%style.attlist;[
       
    37 <!ATTLIST %style.qname;
       
    38       %XHTML.xmlns.attrib;
       
    39       %title.attrib;
       
    40       %I18n.attrib;
       
    41       type         %ContentType.datatype;   #REQUIRED
       
    42       media        %MediaDesc.datatype;     #IMPLIED
       
    43       xml:space    ( preserve )             #FIXED 'preserve'
       
    44 >
       
    45 <!-- end of style.attlist -->]]>
       
    46 
       
    47 <!-- end of xhtml-style-1.mod -->