org.symbian.tools.wrttools/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-base-1.mod
changeset 28 98245459a023
parent 27 71bee9e379ef
child 29 315b47abf7f3
equal deleted inserted replaced
27:71bee9e379ef 28:98245459a023
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Base Element Module  ........................................... -->
       
     3 <!-- file: xhtml-base-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-base-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 Base Element 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-base-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Base element
       
    19 
       
    20         base
       
    21 
       
    22      This module declares the base element type and its attributes,
       
    23      used to define a base URI against which relative URIs in the
       
    24      document will be resolved.
       
    25 
       
    26      Note that this module also redeclares the content model for
       
    27      the head element to include the base element.
       
    28 -->
       
    29 
       
    30 <!-- base: Document Base URI ........................... -->
       
    31 
       
    32 <!ENTITY % base.element  "INCLUDE" >
       
    33 <![%base.element;[
       
    34 <!ENTITY % base.content  "EMPTY" >
       
    35 <!ENTITY % base.qname  "base" >
       
    36 <!ELEMENT %base.qname;  %base.content; >
       
    37 <!-- end of base.element -->]]>
       
    38 
       
    39 <!ENTITY % base.attlist  "INCLUDE" >
       
    40 <![%base.attlist;[
       
    41 <!ATTLIST %base.qname;
       
    42       %XHTML.xmlns.attrib;
       
    43       href         %URI.datatype;           #REQUIRED
       
    44 >
       
    45 <!-- end of base.attlist -->]]>
       
    46 
       
    47 <!ENTITY % head.content
       
    48     "( %HeadOpts.mix;,
       
    49      ( ( %title.qname;, %HeadOpts.mix;, ( %base.qname;, %HeadOpts.mix; )? )
       
    50      | ( %base.qname;, %HeadOpts.mix;, ( %title.qname;, %HeadOpts.mix; ))))"
       
    51 >
       
    52 
       
    53 <!-- end of xhtml-base-1.mod -->