plugins/org.w3c.css/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-script-1.mod
changeset 476 20536eb3b9ff
parent 475 77edd0cbdfe0
child 477 b616697678bf
equal deleted inserted replaced
475:77edd0cbdfe0 476:20536eb3b9ff
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Document Scripting Module  ..................................... -->
       
     3 <!-- file: xhtml-script-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-script-1.mod,v 1.1 2004-02-23 16:11:21 ylafon Exp $ SMI
       
     8 
       
     9      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
       
    10 
       
    11        PUBLIC "-//W3C//ELEMENTS XHTML Scripting 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-script-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Scripting
       
    19 
       
    20         script, noscript
       
    21 
       
    22      This module declares element types and attributes used to provide
       
    23      support for executable scripts as well as an alternate content
       
    24      container where scripts are not supported.
       
    25 -->
       
    26 
       
    27 <!-- script: Scripting Statement ....................... -->
       
    28 
       
    29 <!ENTITY % script.element  "INCLUDE" >
       
    30 <![%script.element;[
       
    31 <!ENTITY % script.content  "( #PCDATA )" >
       
    32 <!ENTITY % script.qname  "script" >
       
    33 <!ELEMENT %script.qname;  %script.content; >
       
    34 <!-- end of script.element -->]]>
       
    35 
       
    36 <!ENTITY % script.attlist  "INCLUDE" >
       
    37 <![%script.attlist;[
       
    38 <!ATTLIST %script.qname;
       
    39       %XHTML.xmlns.attrib;
       
    40       charset      %Charset.datatype;       #IMPLIED
       
    41       type         %ContentType.datatype;   #REQUIRED
       
    42       src          %URI.datatype;           #IMPLIED
       
    43       defer        ( defer )                #IMPLIED
       
    44       xml:space    ( preserve )             #FIXED 'preserve'
       
    45 >
       
    46 <!-- end of script.attlist -->]]>
       
    47 
       
    48 <!-- noscript: No-Script Alternate Content ............. -->
       
    49 
       
    50 <!ENTITY % noscript.element  "INCLUDE" >
       
    51 <![%noscript.element;[
       
    52 <!ENTITY % noscript.content
       
    53      "( %Block.mix; )+"
       
    54 >
       
    55 <!ENTITY % noscript.qname  "noscript" >
       
    56 <!ELEMENT %noscript.qname;  %noscript.content; >
       
    57 <!-- end of noscript.element -->]]>
       
    58 
       
    59 <!ENTITY % noscript.attlist  "INCLUDE" >
       
    60 <![%noscript.attlist;[
       
    61 <!ATTLIST %noscript.qname;
       
    62       %Common.attrib;
       
    63 >
       
    64 <!-- end of noscript.attlist -->]]>
       
    65 
       
    66 <!-- end of xhtml-script-1.mod -->