org.symbian.tools.wrttools/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-target-1.mod
changeset 28 98245459a023
parent 27 71bee9e379ef
child 29 315b47abf7f3
--- a/org.symbian.tools.wrttools/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-target-1.mod	Tue Jan 12 11:28:52 2010 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,53 +0,0 @@
-<!-- ...................................................................... -->
-<!-- XHTML Target Module  ................................................. -->
-<!-- file: xhtml-target-1.mod
-
-     This is XHTML, a reformulation of HTML as a modular XML application.
-     Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
-     Revision: $Id: xhtml-target-1.mod,v 1.1 2004-03-16 10:49:12 ylafon Exp $ SMI
-
-     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
-
-       PUBLIC "-//W3C//ELEMENTS XHTML Target 1.0//EN"
-       SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-target-1.mod"
-
-     Revisions:
-     (none)
-     ....................................................................... -->
-
-<!-- Target 
-
-        target
-
-     This module declares the 'target' attribute used for opening windows
--->
-
-<!-- render in this frame --> 
-<!ENTITY % FrameTarget.datatype "CDATA" >
-
-<!-- add 'target' attribute to 'a' element -->
-<!ATTLIST %a.qname;
-      target       %FrameTarget.datatype;   #IMPLIED
->
-
-<!-- add 'target' attribute to 'area' element -->
-<!ATTLIST %area.qname;
-      target       %FrameTarget.datatype;   #IMPLIED
->
-
-<!-- add 'target' attribute to 'link' element -->
-<!ATTLIST %link.qname;
-      target       %FrameTarget.datatype;   #IMPLIED
->
-
-<!-- add 'target' attribute to 'form' element -->
-<!ATTLIST %form.qname;
-      target       %FrameTarget.datatype;   #IMPLIED
->
-
-<!-- add 'target' attribute to 'base' element -->
-<!ATTLIST %base.qname;
-      target       %FrameTarget.datatype;   #IMPLIED
->
-
-<!-- end of xhtml-target-1.mod -->