org.symbian.tools.wrttools/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-meta-1.mod
changeset 28 98245459a023
parent 27 71bee9e379ef
child 29 315b47abf7f3
equal deleted inserted replaced
27:71bee9e379ef 28:98245459a023
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Document Metainformation Module  ............................... -->
       
     3 <!-- file: xhtml-meta-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-meta-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 Metainformation 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-meta-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Meta Information
       
    19 
       
    20         meta
       
    21 
       
    22      This module declares the meta element type and its attributes,
       
    23      used to provide declarative document metainformation.
       
    24 -->
       
    25 
       
    26 <!-- meta: Generic Metainformation ..................... -->
       
    27 
       
    28 <!ENTITY % meta.element  "INCLUDE" >
       
    29 <![%meta.element;[
       
    30 <!ENTITY % meta.content  "EMPTY" >
       
    31 <!ENTITY % meta.qname  "meta" >
       
    32 <!ELEMENT %meta.qname;  %meta.content; >
       
    33 <!-- end of meta.element -->]]>
       
    34 
       
    35 <!ENTITY % meta.attlist  "INCLUDE" >
       
    36 <![%meta.attlist;[
       
    37 <!ATTLIST %meta.qname;
       
    38       %XHTML.xmlns.attrib;
       
    39       %I18n.attrib;
       
    40       http-equiv   NMTOKEN                  #IMPLIED
       
    41       name         NMTOKEN                  #IMPLIED
       
    42       content      CDATA                    #REQUIRED
       
    43       scheme       CDATA                    #IMPLIED
       
    44 >
       
    45 <!-- end of meta.attlist -->]]>
       
    46 
       
    47 <!-- end of xhtml-meta-1.mod -->