1 | <!-- ....................................................................... --> |
---|
2 | <!-- SVG 1.1 Modular Framework Module ...................................... --> |
---|
3 | <!-- file: svg-framework.mod |
---|
4 | |
---|
5 | This is SVG, a language for describing two-dimensional graphics in XML. |
---|
6 | Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved. |
---|
7 | Revision: $Id: svg-framework.mod,v 1.2 2002/04/20 18:07:43 fujisawa Exp $ |
---|
8 | |
---|
9 | This DTD module is identified by the PUBLIC and SYSTEM identifiers: |
---|
10 | |
---|
11 | PUBLIC "-//W3C//ENTITIES SVG 1.1 Modular Framework//EN" |
---|
12 | SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-framework.mod" |
---|
13 | |
---|
14 | ....................................................................... --> |
---|
15 | |
---|
16 | <!-- Modular Framework |
---|
17 | |
---|
18 | This module instantiates the modules needed o support the SVG |
---|
19 | modularization model, including: |
---|
20 | |
---|
21 | + Datatypes |
---|
22 | + Qualified Name |
---|
23 | + Document Model |
---|
24 | + Attribute Collection |
---|
25 | --> |
---|
26 | |
---|
27 | <!ENTITY % svg-datatypes.module "INCLUDE" > |
---|
28 | <![%svg-datatypes.module;[ |
---|
29 | <!ENTITY % svg-datatypes.mod |
---|
30 | PUBLIC "-//W3C//ENTITIES SVG 1.1 Datatypes//EN" |
---|
31 | "svg-datatypes.mod" > |
---|
32 | %svg-datatypes.mod;]]> |
---|
33 | |
---|
34 | <!ENTITY % svg-qname.module "INCLUDE" > |
---|
35 | <![%svg-qname.module;[ |
---|
36 | <!ENTITY % svg-qname.mod |
---|
37 | PUBLIC "-//W3C//ENTITIES SVG 1.1 Qualified Name//EN" |
---|
38 | "svg-qname.mod" > |
---|
39 | %svg-qname.mod;]]> |
---|
40 | |
---|
41 | <!ENTITY % svg-model.module "INCLUDE" > |
---|
42 | <![%svg-model.module;[ |
---|
43 | <!-- instantiate the Document Model declared in the DTD driver --> |
---|
44 | %svg-model.mod;]]> |
---|
45 | |
---|
46 | <!ENTITY % svg-attribs.module "INCLUDE" > |
---|
47 | <![%svg-attribs.module;[ |
---|
48 | <!-- instantiate the Attribute Collection declared in the DTD driver --> |
---|
49 | %svg-attribs.mod;]]> |
---|
50 | |
---|
51 | <!-- end of svg-framework.mod --> |
---|