diff options
author | ville <ville@localhost> | 2009-11-06 18:08:38 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-11-06 18:08:38 +0000 |
commit | 86ad36cd6918a06d7ab590abc6f84b1af7d44e62 (patch) | |
tree | 3dcd7273a3fe59c6fe2bb07e86147c17b8f8fa0d /htdocs/sgml-lib/REC-xhtml-basic-20001219/xhtml-blkphras-1.mod | |
parent | a2f238dc6ee1015aff1fcf26ae5ca0a5f7fec4d0 (diff) | |
download | markup-validator-86ad36cd6918a06d7ab590abc6f84b1af7d44e62.zip markup-validator-86ad36cd6918a06d7ab590abc6f84b1af7d44e62.tar.gz markup-validator-86ad36cd6918a06d7ab590abc6f84b1af7d44e62.tar.bz2 |
Remove files that are either unused or come from XHTML m12n from XHTML Basic 1.0 dir.
Diffstat (limited to 'htdocs/sgml-lib/REC-xhtml-basic-20001219/xhtml-blkphras-1.mod')
-rw-r--r-- | htdocs/sgml-lib/REC-xhtml-basic-20001219/xhtml-blkphras-1.mod | 164 |
1 files changed, 0 insertions, 164 deletions
diff --git a/htdocs/sgml-lib/REC-xhtml-basic-20001219/xhtml-blkphras-1.mod b/htdocs/sgml-lib/REC-xhtml-basic-20001219/xhtml-blkphras-1.mod deleted file mode 100644 index b1facb5..0000000 --- a/htdocs/sgml-lib/REC-xhtml-basic-20001219/xhtml-blkphras-1.mod +++ /dev/null @@ -1,164 +0,0 @@ -<!-- ...................................................................... --> -<!-- XHTML Block Phrasal Module .......................................... --> -<!-- file: xhtml-blkphras-1.mod - - This is XHTML, a reformulation of HTML as a modular XML application. - Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved. - Revision: $Id: xhtml-blkphras-1.mod,v 1.1 2001-05-10 08:41:58 gerald Exp $ SMI - - This DTD module is identified by the PUBLIC and SYSTEM identifiers: - - PUBLIC "-//W3C//ELEMENTS XHTML Block Phrasal 1.0//EN" - SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-blkphras-1.mod" - - Revisions: - (none) - ....................................................................... --> - -<!-- Block Phrasal - - address, blockquote, pre, h1, h2, h3, h4, h5, h6 - - This module declares the elements and their attributes used to - support block-level phrasal markup. ---> - -<!ENTITY % address.element "INCLUDE" > -<![%address.element;[ -<!ENTITY % address.content - "( #PCDATA | %Inline.mix; )*" > -<!ENTITY % address.qname "address" > -<!ELEMENT %address.qname; %address.content; > -<!-- end of address.element -->]]> - -<!ENTITY % address.attlist "INCLUDE" > -<![%address.attlist;[ -<!ATTLIST %address.qname; - %Common.attrib; -> -<!-- end of address.attlist -->]]> - -<!ENTITY % blockquote.element "INCLUDE" > -<![%blockquote.element;[ -<!ENTITY % blockquote.content - "( %Block.mix; )+" -> -<!ENTITY % blockquote.qname "blockquote" > -<!ELEMENT %blockquote.qname; %blockquote.content; > -<!-- end of blockquote.element -->]]> - -<!ENTITY % blockquote.attlist "INCLUDE" > -<![%blockquote.attlist;[ -<!ATTLIST %blockquote.qname; - %Common.attrib; - cite %URI.datatype; #IMPLIED -> -<!-- end of blockquote.attlist -->]]> - -<!ENTITY % pre.element "INCLUDE" > -<![%pre.element;[ -<!ENTITY % pre.content - "( #PCDATA - | %InlStruct.class; - %InlPhras.class; - | %tt.qname; | %i.qname; | %b.qname; - %I18n.class; - %Anchor.class; - | %script.qname; | %map.qname; - %Inline.extra; )*" -> -<!ENTITY % pre.qname "pre" > -<!ELEMENT %pre.qname; %pre.content; > -<!-- end of pre.element -->]]> - -<!ENTITY % pre.attlist "INCLUDE" > -<![%pre.attlist;[ -<!ATTLIST %pre.qname; - %Common.attrib; - xml:space ( preserve ) #FIXED 'preserve' -> -<!-- end of pre.attlist -->]]> - -<!-- ................... Heading Elements ................... --> - -<!ENTITY % Heading.content "( #PCDATA | %Inline.mix; )*" > - -<!ENTITY % h1.element "INCLUDE" > -<![%h1.element;[ -<!ENTITY % h1.qname "h1" > -<!ELEMENT %h1.qname; %Heading.content; > -<!-- end of h1.element -->]]> - -<!ENTITY % h1.attlist "INCLUDE" > -<![%h1.attlist;[ -<!ATTLIST %h1.qname; - %Common.attrib; -> -<!-- end of h1.attlist -->]]> - -<!ENTITY % h2.element "INCLUDE" > -<![%h2.element;[ -<!ENTITY % h2.qname "h2" > -<!ELEMENT %h2.qname; %Heading.content; > -<!-- end of h2.element -->]]> - -<!ENTITY % h2.attlist "INCLUDE" > -<![%h2.attlist;[ -<!ATTLIST %h2.qname; - %Common.attrib; -> -<!-- end of h2.attlist -->]]> - -<!ENTITY % h3.element "INCLUDE" > -<![%h3.element;[ -<!ENTITY % h3.qname "h3" > -<!ELEMENT %h3.qname; %Heading.content; > -<!-- end of h3.element -->]]> - -<!ENTITY % h3.attlist "INCLUDE" > -<![%h3.attlist;[ -<!ATTLIST %h3.qname; - %Common.attrib; -> -<!-- end of h3.attlist -->]]> - -<!ENTITY % h4.element "INCLUDE" > -<![%h4.element;[ -<!ENTITY % h4.qname "h4" > -<!ELEMENT %h4.qname; %Heading.content; > -<!-- end of h4.element -->]]> - -<!ENTITY % h4.attlist "INCLUDE" > -<![%h4.attlist;[ -<!ATTLIST %h4.qname; - %Common.attrib; -> -<!-- end of h4.attlist -->]]> - -<!ENTITY % h5.element "INCLUDE" > -<![%h5.element;[ -<!ENTITY % h5.qname "h5" > -<!ELEMENT %h5.qname; %Heading.content; > -<!-- end of h5.element -->]]> - -<!ENTITY % h5.attlist "INCLUDE" > -<![%h5.attlist;[ -<!ATTLIST %h5.qname; - %Common.attrib; -> -<!-- end of h5.attlist -->]]> - -<!ENTITY % h6.element "INCLUDE" > -<![%h6.element;[ -<!ENTITY % h6.qname "h6" > -<!ELEMENT %h6.qname; %Heading.content; > -<!-- end of h6.element -->]]> - -<!ENTITY % h6.attlist "INCLUDE" > -<![%h6.attlist;[ -<!ATTLIST %h6.qname; - %Common.attrib; -> -<!-- end of h6.attlist -->]]> - -<!-- end of xhtml-blkphras-1.mod --> |