diff options
author | David Robillard <d@drobilla.net> | 2011-11-17 19:31:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-17 19:31:48 +0000 |
commit | fb4b2ae273205436f1e4f68545225a3c01d673b5 (patch) | |
tree | 1540702f0a41eb84374e3c6a62fb8965f1bae0d7 /lv2specgen/DTD/xhtml-style-1.mod | |
parent | d534ae67f8493a1e933dfcde04b391dc4f7687c6 (diff) | |
download | lv2-fb4b2ae273205436f1e4f68545225a3c01d673b5.tar.xz |
Add DTDs for validation.
Diffstat (limited to 'lv2specgen/DTD/xhtml-style-1.mod')
-rw-r--r-- | lv2specgen/DTD/xhtml-style-1.mod | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/lv2specgen/DTD/xhtml-style-1.mod b/lv2specgen/DTD/xhtml-style-1.mod new file mode 100644 index 0000000..3105b2a --- /dev/null +++ b/lv2specgen/DTD/xhtml-style-1.mod @@ -0,0 +1,48 @@ +<!-- ...................................................................... --> +<!-- XHTML Document Style Sheet Module ................................... --> +<!-- file: xhtml-style-1.mod + + This is XHTML, a reformulation of HTML as a modular XML application. + Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. + Revision: $Id: xhtml-style-1.mod,v 4.1 2001/04/05 06:57:40 altheim Exp $ SMI + + This DTD module is identified by the PUBLIC and SYSTEM identifiers: + + PUBLIC "-//W3C//DTD XHTML Style Sheets 1.0//EN" + SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-style-1.mod" + + Revisions: + (none) + ....................................................................... --> + +<!-- Style Sheets + + style + + This module declares the style element type and its attributes, + used to embed style sheet information in the document head element. +--> + +<!-- style: Style Sheet Information .................... --> + +<!ENTITY % style.element "INCLUDE" > +<![%style.element;[ +<!ENTITY % style.content "( #PCDATA )" > +<!ENTITY % style.qname "style" > +<!ELEMENT %style.qname; %style.content; > +<!-- end of style.element -->]]> + +<!ENTITY % style.attlist "INCLUDE" > +<![%style.attlist;[ +<!ATTLIST %style.qname; + %XHTML.xmlns.attrib; + %id.attrib; + %title.attrib; + %I18n.attrib; + xml:space ( preserve ) #FIXED 'preserve' + type %ContentType.datatype; #REQUIRED + media %MediaDesc.datatype; #IMPLIED +> +<!-- end of style.attlist -->]]> + +<!-- end of xhtml-style-1.mod --> |