summaryrefslogtreecommitdiffstats
path: root/htdocs/sgml-lib/REC-xhtml-modularization-20081008/xhtml-applet-1.mod
diff options
context:
space:
mode:
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.mod57
1 files changed, 57 insertions, 0 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
new file mode 100644
index 0000000..e8bdf43
--- /dev/null
+++ b/htdocs/sgml-lib/REC-xhtml-modularization-20081008/xhtml-applet-1.mod
@@ -0,0 +1,57 @@
+<!-- ...................................................................... -->
+<!-- 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 -->