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/svg11.dtd | |
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/svg11.dtd')
-rw-r--r-- | htdocs/sgml-lib/REC-SVG11-20030114/svg11.dtd | 333 |
1 files changed, 0 insertions, 333 deletions
diff --git a/htdocs/sgml-lib/REC-SVG11-20030114/svg11.dtd b/htdocs/sgml-lib/REC-SVG11-20030114/svg11.dtd deleted file mode 100644 index 73bbd1c..0000000 --- a/htdocs/sgml-lib/REC-SVG11-20030114/svg11.dtd +++ /dev/null @@ -1,333 +0,0 @@ -<!-- ....................................................................... --> -<!-- SVG 1.1 DTD ........................................................... --> -<!-- file: svg11.dtd ---> - -<!-- SVG 1.1 DTD - - This is SVG, a language for describing two-dimensional graphics in XML. - - The Scalable Vector Graphics (SVG) - Copyright 2001, 2002 World Wide Web Consortium - (Massachusetts Institute of Technology, Institut National de - Recherche en Informatique et en Automatique, Keio University). - All Rights Reserved. - - Permission to use, copy, modify and distribute the SVG DTD and its - accompanying documentation for any purpose and without fee is hereby - granted in perpetuity, provided that the above copyright notice and - this paragraph appear in all copies. The copyright holders make no - representation about the suitability of the DTD for any purpose. - - It is provided "as is" without expressed or implied warranty. - - Author: Jun Fujisawa <fujisawa.jun@canon.co.jp> - Revision: $Id: svg11.dtd,v 1.2 2002/04/20 18:07:43 fujisawa Exp $ - ---> -<!-- This is the driver file for version 1.1 of the SVG DTD. - - This DTD is identified by the PUBLIC and SYSTEM identifiers: - - PUBLIC "-//W3C//DTD SVG 1.1//EN" - SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" ---> -<!ENTITY % SVG.version "-//W3C//DTD SVG 1.1//EN" > - -<!-- Use this URI to identify the default namespace: - - "http://www.w3.org/2000/svg" - - See the Qualified Names module for information - on the use of namespace prefixes in the DTD. ---> -<!ENTITY % NS.prefixed "IGNORE" > -<!ENTITY % SVG.prefix "" > - -<!-- reserved for future use with document profiles --> -<!ENTITY % SVG.profile "" > - -<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: --> - -<!-- Pre-Framework Redeclaration Placeholder ..................... --> -<!ENTITY % svg-prefw-redecl.module "IGNORE" > -<![%svg-prefw-redecl.module;[ -%svg-prefw-redecl.mod;]]> - -<!-- Document Model Module ....................................... --> -<!ENTITY % svg-model.mod - PUBLIC "-//W3C//ENTITIES SVG 1.1 Document Model//EN" - "svg11-model.mod" > - -<!-- Attribute Collection Module ................................. --> -<!ENTITY % svg-attribs.mod - PUBLIC "-//W3C//ENTITIES SVG 1.1 Attribute Collection//EN" - "svg11-attribs.mod" > - -<!-- Modular Framework Module .................................... --> -<!ENTITY % svg-framework.module "INCLUDE" > -<![%svg-framework.module;[ -<!ENTITY % svg-framework.mod - PUBLIC "-//W3C//ENTITIES SVG 1.1 Modular Framework//EN" - "svg-framework.mod" > -%svg-framework.mod;]]> - -<!-- Post-Framework Redeclaration Placeholder .................... --> -<!ENTITY % svg-postfw-redecl.module "IGNORE" > -<![%svg-postfw-redecl.module;[ -%svg-postfw-redecl.mod;]]> - -<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: --> - -<!-- Core Attribute Module ....................................... --> -<!ENTITY % svg-core-attrib.module "INCLUDE" > -<![%svg-core-attrib.module;[ -<!ENTITY % svg-core-attrib.mod - PUBLIC "-//W3C//ENTITIES SVG 1.1 Core Attribute//EN" - "svg-core-attrib.mod" > -%svg-core-attrib.mod;]]> - -<!-- Container Attribute Module .................................. --> -<!ENTITY % svg-container-attrib.module "INCLUDE" > -<![%svg-container-attrib.module;[ -<!ENTITY % svg-container-attrib.mod - PUBLIC "-//W3C//ENTITIES SVG 1.1 Container Attribute//EN" - "svg-container-attrib.mod" > -%svg-container-attrib.mod;]]> - -<!-- Viewport Attribute Module ................................... --> -<!ENTITY % svg-viewport-attrib.module "INCLUDE" > -<![%svg-viewport-attrib.module;[ -<!ENTITY % svg-viewport-attrib.mod - PUBLIC "-//W3C//ENTITIES SVG 1.1 Viewport Attribute//EN" - "svg-viewport-attrib.mod" > -%svg-viewport-attrib.mod;]]> - -<!-- Paint Attribute Module ...................................... --> -<!ENTITY % svg-paint-attrib.module "INCLUDE" > -<![%svg-paint-attrib.module;[ -<!ENTITY % svg-paint-attrib.mod - PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Attribute//EN" - "svg-paint-attrib.mod" > -%svg-paint-attrib.mod;]]> - -<!-- Paint Opacity Attribute Module .............................. --> -<!ENTITY % svg-opacity-attrib.module "INCLUDE" > -<![%svg-opacity-attrib.module;[ -<!ENTITY % svg-opacity-attrib.mod - PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Opacity Attribute//EN" - "svg-opacity-attrib.mod" > -%svg-opacity-attrib.mod;]]> - -<!-- Graphics Attribute Module ................................... --> -<!ENTITY % svg-graphics-attrib.module "INCLUDE" > -<![%svg-graphics-attrib.module;[ -<!ENTITY % svg-graphics-attrib.mod - PUBLIC "-//W3C//ENTITIES SVG 1.1 Graphics Attribute//EN" - "svg-graphics-attrib.mod" > -%svg-graphics-attrib.mod;]]> - -<!-- Document Events Attribute Module ............................ --> -<!ENTITY % svg-docevents-attrib.module "INCLUDE" > -<![%svg-docevents-attrib.module;[ -<!ENTITY % svg-docevents-attrib.mod - PUBLIC "-//W3C//ENTITIES SVG 1.1 Document Events Attribute//EN" - "svg-docevents-attrib.mod" > -%svg-docevents-attrib.mod;]]> - -<!-- Graphical Element Events Attribute Module ................... --> -<!ENTITY % svg-graphevents-attrib.module "INCLUDE" > -<![%svg-graphevents-attrib.module;[ -<!ENTITY % svg-graphevents-attrib.mod - PUBLIC "-//W3C//ENTITIES SVG 1.1 Graphical Element Events Attribute//EN" - "svg-graphevents-attrib.mod" > -%svg-graphevents-attrib.mod;]]> - -<!-- Animation Events Attribute Module ........................... --> -<!ENTITY % svg-animevents-attrib.module "INCLUDE" > -<![%svg-animevents-attrib.module;[ -<!ENTITY % svg-animevents-attrib.mod - PUBLIC "-//W3C//ENTITIES SVG 1.1 Animation Events Attribute//EN" - "svg-animevents-attrib.mod" > -%svg-animevents-attrib.mod;]]> - -<!-- XLink Attribute Module ...................................... --> -<!ENTITY % svg-xlink-attrib.module "INCLUDE" > -<![%svg-xlink-attrib.module;[ -<!ENTITY % svg-xlink-attrib.mod - PUBLIC "-//W3C//ENTITIES SVG 1.1 XLink Attribute//EN" - "svg-xlink-attrib.mod" > -%svg-xlink-attrib.mod;]]> - -<!-- External Resources Attribute Module ......................... --> -<!ENTITY % svg-extresources-attrib.module "INCLUDE" > -<![%svg-extresources-attrib.module;[ -<!ENTITY % svg-extresources-attrib.mod - PUBLIC "-//W3C//ENTITIES SVG 1.1 External Resources Attribute//EN" - "svg-extresources-attrib.mod" > -%svg-extresources-attrib.mod;]]> - -<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: --> - -<!-- Structure Module ............................................ --> -<!ENTITY % svg-structure.module "INCLUDE" > -<![%svg-structure.module;[ -<!ENTITY % svg-structure.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Structure//EN" - "svg-structure.mod" > -%svg-structure.mod;]]> - -<!-- Conditional Processing Module ............................... --> -<!ENTITY % svg-conditional.module "INCLUDE" > -<![%svg-conditional.module;[ -<!ENTITY % svg-conditional.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Conditional Processing//EN" - "svg-conditional.mod" > -%svg-conditional.mod;]]> - -<!-- Image Module ................................................ --> -<!ENTITY % svg-image.module "INCLUDE" > -<![%svg-image.module;[ -<!ENTITY % svg-image.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Image//EN" - "svg-image.mod" > -%svg-image.mod;]]> - -<!-- Style Module ................................................ --> -<!ENTITY % svg-style.module "INCLUDE" > -<![%svg-style.module;[ -<!ENTITY % svg-style.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Style//EN" - "svg-style.mod" > -%svg-style.mod;]]> - -<!-- Shape Module ................................................ --> -<!ENTITY % svg-shape.module "INCLUDE" > -<![%svg-shape.module;[ -<!ENTITY % svg-shape.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Shape//EN" - "svg-shape.mod" > -%svg-shape.mod;]]> - -<!-- Text Module ................................................. --> -<!ENTITY % svg-text.module "INCLUDE" > -<![%svg-text.module;[ -<!ENTITY % svg-text.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Text//EN" - "svg-text.mod" > -%svg-text.mod;]]> - -<!-- Marker Module ............................................... --> -<!ENTITY % svg-marker.module "INCLUDE" > -<![%svg-marker.module;[ -<!ENTITY % svg-marker.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Marker//EN" - "svg-marker.mod" > -%svg-marker.mod;]]> - -<!-- Color Profile Module ........................................ --> -<!ENTITY % svg-profile.module "INCLUDE" > -<![%svg-profile.module;[ -<!ENTITY % svg-profile.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Color Profile//EN" - "svg-profile.mod" > -%svg-profile.mod;]]> - -<!-- Gradient Module ............................................. --> -<!ENTITY % svg-gradient.module "INCLUDE" > -<![%svg-gradient.module;[ -<!ENTITY % svg-gradient.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Gradient//EN" - "svg-gradient.mod" > -%svg-gradient.mod;]]> - -<!-- Pattern Module .............................................. --> -<!ENTITY % svg-pattern.module "INCLUDE" > -<![%svg-pattern.module;[ -<!ENTITY % svg-pattern.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Pattern//EN" - "svg-pattern.mod" > -%svg-pattern.mod;]]> - -<!-- Clip Module ................................................. --> -<!ENTITY % svg-clip.module "INCLUDE" > -<![%svg-clip.module;[ -<!ENTITY % svg-clip.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Clip//EN" - "svg-clip.mod" > -%svg-clip.mod;]]> - -<!-- Mask Module ................................................. --> -<!ENTITY % svg-mask.module "INCLUDE" > -<![%svg-mask.module;[ -<!ENTITY % svg-mask.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Mask//EN" - "svg-mask.mod" > -%svg-mask.mod;]]> - -<!-- Filter Module ............................................... --> -<!ENTITY % svg-filter.module "INCLUDE" > -<![%svg-filter.module;[ -<!ENTITY % svg-filter.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Filter//EN" - "svg-filter.mod" > -%svg-filter.mod;]]> - -<!-- Cursor Module ............................................... --> -<!ENTITY % svg-cursor.module "INCLUDE" > -<![%svg-cursor.module;[ -<!ENTITY % svg-cursor.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Cursor//EN" - "svg-cursor.mod" > -%svg-cursor.mod;]]> - -<!-- Hyperlinking Module ......................................... --> -<!ENTITY % svg-hyperlink.module "INCLUDE" > -<![%svg-hyperlink.module;[ -<!ENTITY % svg-hyperlink.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Hyperlinking//EN" - "svg-hyperlink.mod" > -%svg-hyperlink.mod;]]> - -<!-- View Module ................................................. --> -<!ENTITY % svg-view.module "INCLUDE" > -<![%svg-view.module;[ -<!ENTITY % svg-view.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 View//EN" - "svg-view.mod" > -%svg-view.mod;]]> - -<!-- Scripting Module ............................................ --> -<!ENTITY % svg-script.module "INCLUDE" > -<![%svg-script.module;[ -<!ENTITY % svg-script.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Scripting//EN" - "svg-script.mod" > -%svg-script.mod;]]> - -<!-- Animation Module ............................................ --> -<!ENTITY % svg-animation.module "INCLUDE" > -<![%svg-animation.module;[ -<!ENTITY % svg-animation.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Animation//EN" - "svg-animation.mod" > -%svg-animation.mod;]]> - -<!-- Font Module ................................................. --> -<!ENTITY % svg-font.module "INCLUDE" > -<![%svg-font.module;[ -<!ENTITY % svg-font.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Font//EN" - "svg-font.mod" > -%svg-font.mod;]]> - -<!-- Extensibility Module ........................................ --> -<!ENTITY % svg-extensibility.module "INCLUDE" > -<![%svg-extensibility.module;[ -<!ENTITY % svg-extensibility.mod - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Extensibility//EN" - "svg-extensibility.mod" > -%svg-extensibility.mod;]]> - -<!-- end of SVG 1.1 DTD .................................................... --> -<!-- ....................................................................... --> |