diff options
author | link <link@localhost> | 2003-06-09 02:32:02 +0000 |
---|---|---|
committer | link <link@localhost> | 2003-06-09 02:32:02 +0000 |
commit | 21c27c428dc807a124065cb9d0266d57ba35e420 (patch) | |
tree | 978262ccb05ae53e3daf4a8114e5b3271cb82f40 /htdocs/sgml-lib/REC-SVG11-20030114/svg-framework.mod | |
parent | df0498e2b3c7dc6ead5407d6246493df821bae3d (diff) | |
download | markup-validator-21c27c428dc807a124065cb9d0266d57ba35e420.zip markup-validator-21c27c428dc807a124065cb9d0266d57ba35e420.tar.gz markup-validator-21c27c428dc807a124065cb9d0266d57ba35e420.tar.bz2 |
Adding SVG 1.1 on trunk.
Diffstat (limited to 'htdocs/sgml-lib/REC-SVG11-20030114/svg-framework.mod')
-rw-r--r-- | htdocs/sgml-lib/REC-SVG11-20030114/svg-framework.mod | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/REC-SVG11-20030114/svg-framework.mod b/htdocs/sgml-lib/REC-SVG11-20030114/svg-framework.mod new file mode 100644 index 0000000..be6ee11 --- /dev/null +++ b/htdocs/sgml-lib/REC-SVG11-20030114/svg-framework.mod @@ -0,0 +1,51 @@ +<!-- ....................................................................... --> +<!-- 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.1.2.1 2003/06/08 20:19:47 link 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 --> |