Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<!-- ...................................................................... -->
2
<!-- XHTML Param Element Module  ..................................... -->
3
<!-- file: xhtml-param-1.mod
4
 
5
     This is XHTML, a reformulation of HTML as a modular XML application.
6
     Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
7
     Revision: $Id: xhtml-param-1.mod,v 1.4 2008/10/08 21:02:31 jules Exp $ SMI
8
 
9
     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
10
 
11
       PUBLIC "-//W3C//ELEMENTS XHTML Param Element 1.0//EN"
12
       SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-param-1.mod"
13
 
14
     Revisions:
15
     (none)
16
     ....................................................................... -->
17
 
18
<!-- Parameters for Java Applets and Embedded Objects
19
 
20
        param
21
 
22
     This module provides declarations for the param element,
23
     used to provide named property values for the applet
24
     and object elements.
25
-->
26
 
27
<!-- param: Named Property Value ....................... -->
28
 
29
<!ENTITY % param.element  "INCLUDE" >
30
<![%param.element;[
31
<!ENTITY % param.content  "EMPTY" >
32
<!ENTITY % param.qname  "param" >
33
<!ELEMENT %param.qname;  %param.content; >
34
<!-- end of param.element -->]]>
35
 
36
<!ENTITY % param.attlist  "INCLUDE" >
37
<![%param.attlist;[
38
<!ATTLIST %param.qname;
39
      %XHTML.xmlns.attrib;
40
      %id.attrib;
41
      name         CDATA                    #REQUIRED
42
      value        CDATA                    #IMPLIED
43
      valuetype    ( data | ref | object )  'data'
44
      type         %ContentType.datatype;   #IMPLIED
45
>
46
<!-- end of param.attlist -->]]>
47
 
48
<!-- end of xhtml-param-1.mod -->