diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2011-08-23 19:30:39 +0300 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2011-08-23 19:30:39 +0300 |
commit | c954062429a325d67583946607fd8ac5ae6836f6 (patch) | |
tree | 5211a78281d6493e4b70f4fc569ede21cd2561a7 /htdocs/sgml-lib/REC-SVG11-20030114/svg-script.mod | |
parent | bc5f8289565ad6ab27d439a36f532b97005a90bc (diff) | |
download | markup-validator-c954062429a325d67583946607fd8ac5ae6836f6.zip markup-validator-c954062429a325d67583946607fd8ac5ae6836f6.tar.gz markup-validator-c954062429a325d67583946607fd8ac5ae6836f6.tar.bz2 |
Update SVG 1.1 DTDs to 2nd edition.
Diffstat (limited to 'htdocs/sgml-lib/REC-SVG11-20030114/svg-script.mod')
-rw-r--r-- | htdocs/sgml-lib/REC-SVG11-20030114/svg-script.mod | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/htdocs/sgml-lib/REC-SVG11-20030114/svg-script.mod b/htdocs/sgml-lib/REC-SVG11-20030114/svg-script.mod deleted file mode 100644 index e1f26af..0000000 --- a/htdocs/sgml-lib/REC-SVG11-20030114/svg-script.mod +++ /dev/null @@ -1,63 +0,0 @@ -<!-- ....................................................................... --> -<!-- SVG 1.1 Scripting Module .............................................. --> -<!-- file: svg-script.mod - - This is SVG, a language for describing two-dimensional graphics in XML. - Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved. - Revision: $Id: svg-script.mod,v 1.3 2002/10/24 17:40:16 fujisawa Exp $ - - This DTD module is identified by the PUBLIC and SYSTEM identifiers: - - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Scripting//EN" - SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-script.mod" - - ....................................................................... --> - -<!-- Scripting - - script - - This module declares markup to provide support for scripting. ---> - -<!-- Qualified Names (Default) ......................... --> - -<!ENTITY % SVG.script.qname "script" > - -<!-- Attribute Collections (Default) ................... --> - -<!ENTITY % SVG.Core.attrib "" > -<!ENTITY % SVG.XLink.attrib "" > -<!ENTITY % SVG.External.attrib "" > - -<!-- SVG.Script.class .................................. --> - -<!ENTITY % SVG.Script.extra.class "" > - -<!ENTITY % SVG.Script.class - "| %SVG.script.qname; %SVG.Script.extra.class;" -> - -<!-- script: Script Element ............................ --> - -<!ENTITY % SVG.script.extra.content "" > - -<!ENTITY % SVG.script.element "INCLUDE" > -<![%SVG.script.element;[ -<!ENTITY % SVG.script.content - "( #PCDATA %SVG.script.extra.content; )*" -> -<!ELEMENT %SVG.script.qname; %SVG.script.content; > -<!-- end of SVG.script.element -->]]> - -<!ENTITY % SVG.script.attlist "INCLUDE" > -<![%SVG.script.attlist;[ -<!ATTLIST %SVG.script.qname; - %SVG.Core.attrib; - %SVG.XLink.attrib; - %SVG.External.attrib; - type %ContentType.datatype; #REQUIRED -> -<!-- end of SVG.script.attlist -->]]> - -<!-- end of svg-script.mod --> |