plugins/org.w3c.css/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-target-1.mod
changeset 476 20536eb3b9ff
parent 475 77edd0cbdfe0
child 477 b616697678bf
equal deleted inserted replaced
475:77edd0cbdfe0 476:20536eb3b9ff
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Target Module  ................................................. -->
       
     3 <!-- file: xhtml-target-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-target-1.mod,v 1.1 2004-03-16 10:49:12 ylafon Exp $ SMI
       
     8 
       
     9      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
       
    10 
       
    11        PUBLIC "-//W3C//ELEMENTS XHTML Target 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-target-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Target 
       
    19 
       
    20         target
       
    21 
       
    22      This module declares the 'target' attribute used for opening windows
       
    23 -->
       
    24 
       
    25 <!-- render in this frame --> 
       
    26 <!ENTITY % FrameTarget.datatype "CDATA" >
       
    27 
       
    28 <!-- add 'target' attribute to 'a' element -->
       
    29 <!ATTLIST %a.qname;
       
    30       target       %FrameTarget.datatype;   #IMPLIED
       
    31 >
       
    32 
       
    33 <!-- add 'target' attribute to 'area' element -->
       
    34 <!ATTLIST %area.qname;
       
    35       target       %FrameTarget.datatype;   #IMPLIED
       
    36 >
       
    37 
       
    38 <!-- add 'target' attribute to 'link' element -->
       
    39 <!ATTLIST %link.qname;
       
    40       target       %FrameTarget.datatype;   #IMPLIED
       
    41 >
       
    42 
       
    43 <!-- add 'target' attribute to 'form' element -->
       
    44 <!ATTLIST %form.qname;
       
    45       target       %FrameTarget.datatype;   #IMPLIED
       
    46 >
       
    47 
       
    48 <!-- add 'target' attribute to 'base' element -->
       
    49 <!ATTLIST %base.qname;
       
    50       target       %FrameTarget.datatype;   #IMPLIED
       
    51 >
       
    52 
       
    53 <!-- end of xhtml-target-1.mod -->