diff options
Diffstat (limited to 'htdocs/sgml-lib/REC-xhtml-modularization-20081008/xhtml-applet-1.mod')
-rw-r--r-- | htdocs/sgml-lib/REC-xhtml-modularization-20081008/xhtml-applet-1.mod | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/htdocs/sgml-lib/REC-xhtml-modularization-20081008/xhtml-applet-1.mod b/htdocs/sgml-lib/REC-xhtml-modularization-20081008/xhtml-applet-1.mod deleted file mode 100644 index e8bdf43..0000000 --- a/htdocs/sgml-lib/REC-xhtml-modularization-20081008/xhtml-applet-1.mod +++ /dev/null @@ -1,57 +0,0 @@ -<!-- ...................................................................... --> -<!-- XHTML Java Applet Module ............................................ --> -<!-- file: xhtml-applet-1.mod - - This is XHTML, a reformulation of HTML as a modular XML application. - Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. - Revision: $Id: xhtml-applet-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI - - This DTD module is identified by the PUBLIC and SYSTEM identifiers: - - PUBLIC "-//W3C//ELEMENTS XHTML Java Applets 1.0//EN" - SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-applet-1.mod" - - Revisions: -#2001-02-20: added PCDATA to content model of applet - ....................................................................... --> - -<!-- Java Applets - - applet - - This module declares the applet element type and its attributes, - used to provide support for Java applets. The 'alt' attribute is - now required (as it is on images). One of either code or object - attributes must be present. In the document, place param elements - before other content within the <applet> element. - - Note that use of this module requires instantiation of the Param - Element Module. ---> - -<!-- applet: Java Applet ............................... --> - -<!ENTITY % applet.element "INCLUDE" > -<![%applet.element;[ -<!ENTITY % applet.content - "( #PCDATA | %param.qname; | %Flow.mix; )*" -> -<!ENTITY % applet.qname "applet" > -<!ELEMENT %applet.qname; %applet.content; > -<!-- end of applet.element -->]]> - -<!ENTITY % applet.attlist "INCLUDE" > -<![%applet.attlist;[ -<!ATTLIST %applet.qname; - %Core.attrib; - alt %Text.datatype; #REQUIRED - archive CDATA #IMPLIED - code CDATA #IMPLIED - codebase %URI.datatype; #IMPLIED - object CDATA #IMPLIED - width %Length.datatype; #REQUIRED - height %Length.datatype; #REQUIRED -> -<!-- end of applet.attlist -->]]> - -<!-- end of xhtml-applet-1.mod --> |