summaryrefslogtreecommitdiffstats
path: root/htdocs/sgml-lib/REC-SVG11-20030114/svg-framework.mod
diff options
context:
space:
mode:
authorVille Skytt? <ville.skytta@iki.fi>2011-08-23 19:30:39 +0300
committerVille Skytt? <ville.skytta@iki.fi>2011-08-23 19:30:39 +0300
commitc954062429a325d67583946607fd8ac5ae6836f6 (patch)
tree5211a78281d6493e4b70f4fc569ede21cd2561a7 /htdocs/sgml-lib/REC-SVG11-20030114/svg-framework.mod
parentbc5f8289565ad6ab27d439a36f532b97005a90bc (diff)
downloadmarkup-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-framework.mod')
-rw-r--r--htdocs/sgml-lib/REC-SVG11-20030114/svg-framework.mod51
1 files changed, 0 insertions, 51 deletions
diff --git a/htdocs/sgml-lib/REC-SVG11-20030114/svg-framework.mod b/htdocs/sgml-lib/REC-SVG11-20030114/svg-framework.mod
deleted file mode 100644
index 261a321..0000000
--- a/htdocs/sgml-lib/REC-SVG11-20030114/svg-framework.mod
+++ /dev/null
@@ -1,51 +0,0 @@
-<!-- ....................................................................... -->
-<!-- SVG 1.1 Modular Framework Module ...................................... -->
-<!-- file: svg-framework.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-framework.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $
-
- This DTD module is identified by the PUBLIC and SYSTEM identifiers:
-
- PUBLIC "-//W3C//ENTITIES SVG 1.1 Modular Framework//EN"
- SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-framework.mod"
-
- ....................................................................... -->
-
-<!-- Modular Framework
-
- This module instantiates the modules needed o support the SVG
- modularization model, including:
-
- + Datatypes
- + Qualified Name
- + Document Model
- + Attribute Collection
--->
-
-<!ENTITY % svg-datatypes.module "INCLUDE" >
-<![%svg-datatypes.module;[
-<!ENTITY % svg-datatypes.mod
- PUBLIC "-//W3C//ENTITIES SVG 1.1 Datatypes//EN"
- "svg-datatypes.mod" >
-%svg-datatypes.mod;]]>
-
-<!ENTITY % svg-qname.module "INCLUDE" >
-<![%svg-qname.module;[
-<!ENTITY % svg-qname.mod
- PUBLIC "-//W3C//ENTITIES SVG 1.1 Qualified Name//EN"
- "svg-qname.mod" >
-%svg-qname.mod;]]>
-
-<!ENTITY % svg-model.module "INCLUDE" >
-<![%svg-model.module;[
-<!-- instantiate the Document Model declared in the DTD driver -->
-%svg-model.mod;]]>
-
-<!ENTITY % svg-attribs.module "INCLUDE" >
-<![%svg-attribs.module;[
-<!-- instantiate the Attribute Collection declared in the DTD driver -->
-%svg-attribs.mod;]]>
-
-<!-- end of svg-framework.mod -->