diff options
Diffstat (limited to 'htdocs/sgml-lib/REC-xhtml-print-20060920')
6 files changed, 0 insertions, 363 deletions
diff --git a/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-blkpres-1.mod b/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-blkpres-1.mod deleted file mode 100644 index fbf281b..0000000 --- a/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-blkpres-1.mod +++ /dev/null @@ -1,40 +0,0 @@ -<!-- ...................................................................... --> -<!-- XHTML Block Presentation Module ..................................... --> -<!-- file: xhtml-blkpres-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-blkpres-1.mod,v 1.1 2007-10-24 06:00:44 ot Exp $ SMI - - This DTD module is identified by the PUBLIC and SYSTEM identifiers: - - PUBLIC "-//W3C//ELEMENTS XHTML Block Presentation 1.0//EN" - SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-blkpres-1.mod" - - Revisions: - (none) - ....................................................................... --> - -<!-- Block Presentational Elements - - hr - - This module declares the elements and their attributes used to - support block-level presentational markup. ---> - -<!ENTITY % hr.element "INCLUDE" > -<![%hr.element;[ -<!ENTITY % hr.content "EMPTY" > -<!ENTITY % hr.qname "hr" > -<!ELEMENT %hr.qname; %hr.content; > -<!-- end of hr.element -->]]> - -<!ENTITY % hr.attlist "INCLUDE" > -<![%hr.attlist;[ -<!ATTLIST %hr.qname; - %Common.attrib; -> -<!-- end of hr.attlist -->]]> - -<!-- end of xhtml-blkpres-1.mod --> diff --git a/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-inlpres-1.mod b/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-inlpres-1.mod deleted file mode 100644 index 8679bc3..0000000 --- a/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-inlpres-1.mod +++ /dev/null @@ -1,138 +0,0 @@ -<!-- ...................................................................... --> -<!-- XHTML Inline Presentation Module .................................... --> -<!-- file: xhtml-inlpres-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-inlpres-1.mod,v 1.1 2007-10-24 06:00:44 ot Exp $ SMI - - This DTD module is identified by the PUBLIC and SYSTEM identifiers: - - PUBLIC "-//W3C//ELEMENTS XHTML Inline Presentation 1.0//EN" - SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-inlpres-1.mod" - - Revisions: - (none) - ....................................................................... --> - -<!-- Inline Presentational Elements - - b, big, i, small, sub, sup, tt - - This module declares the elements and their attributes used to - support inline-level presentational markup. ---> - -<!ENTITY % b.element "INCLUDE" > -<![%b.element;[ -<!ENTITY % b.content - "( #PCDATA | %Inline.mix; )*" -> -<!ENTITY % b.qname "b" > -<!ELEMENT %b.qname; %b.content; > -<!-- end of b.element -->]]> - -<!ENTITY % b.attlist "INCLUDE" > -<![%b.attlist;[ -<!ATTLIST %b.qname; - %Common.attrib; -> -<!-- end of b.attlist -->]]> - -<!ENTITY % big.element "INCLUDE" > -<![%big.element;[ -<!ENTITY % big.content - "( #PCDATA | %Inline.mix; )*" -> -<!ENTITY % big.qname "big" > -<!ELEMENT %big.qname; %big.content; > -<!-- end of big.element -->]]> - -<!ENTITY % big.attlist "INCLUDE" > -<![%big.attlist;[ -<!ATTLIST %big.qname; - %Common.attrib; -> -<!-- end of big.attlist -->]]> - -<!ENTITY % i.element "INCLUDE" > -<![%i.element;[ -<!ENTITY % i.content - "( #PCDATA | %Inline.mix; )*" -> -<!ENTITY % i.qname "i" > -<!ELEMENT %i.qname; %i.content; > -<!-- end of i.element -->]]> - -<!ENTITY % i.attlist "INCLUDE" > -<![%i.attlist;[ -<!ATTLIST %i.qname; - %Common.attrib; -> -<!-- end of i.attlist -->]]> - -<!ENTITY % small.element "INCLUDE" > -<![%small.element;[ -<!ENTITY % small.content - "( #PCDATA | %Inline.mix; )*" -> -<!ENTITY % small.qname "small" > -<!ELEMENT %small.qname; %small.content; > -<!-- end of small.element -->]]> - -<!ENTITY % small.attlist "INCLUDE" > -<![%small.attlist;[ -<!ATTLIST %small.qname; - %Common.attrib; -> -<!-- end of small.attlist -->]]> - -<!ENTITY % sub.element "INCLUDE" > -<![%sub.element;[ -<!ENTITY % sub.content - "( #PCDATA | %Inline.mix; )*" -> -<!ENTITY % sub.qname "sub" > -<!ELEMENT %sub.qname; %sub.content; > -<!-- end of sub.element -->]]> - -<!ENTITY % sub.attlist "INCLUDE" > -<![%sub.attlist;[ -<!ATTLIST %sub.qname; - %Common.attrib; -> -<!-- end of sub.attlist -->]]> - -<!ENTITY % sup.element "INCLUDE" > -<![%sup.element;[ -<!ENTITY % sup.content - "( #PCDATA | %Inline.mix; )*" -> -<!ENTITY % sup.qname "sup" > -<!ELEMENT %sup.qname; %sup.content; > -<!-- end of sup.element -->]]> - -<!ENTITY % sup.attlist "INCLUDE" > -<![%sup.attlist;[ -<!ATTLIST %sup.qname; - %Common.attrib; -> -<!-- end of sup.attlist -->]]> - -<!ENTITY % tt.element "INCLUDE" > -<![%tt.element;[ -<!ENTITY % tt.content - "( #PCDATA | %Inline.mix; )*" -> -<!ENTITY % tt.qname "tt" > -<!ELEMENT %tt.qname; %tt.content; > -<!-- end of tt.element -->]]> - -<!ENTITY % tt.attlist "INCLUDE" > -<![%tt.attlist;[ -<!ATTLIST %tt.qname; - %Common.attrib; -> -<!-- end of tt.attlist -->]]> - -<!-- end of xhtml-inlpres-1.mod --> diff --git a/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-inlstyle-1.mod b/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-inlstyle-1.mod deleted file mode 100644 index cf4b95b..0000000 --- a/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-inlstyle-1.mod +++ /dev/null @@ -1,34 +0,0 @@ -<!-- ...................................................................... --> -<!-- XHTML Inline Style Module ........................................... --> -<!-- file: xhtml-inlstyle-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-inlstyle-1.mod,v 1.1 2007-10-24 06:00:44 ot Exp $ - - This DTD module is identified by the PUBLIC and SYSTEM identifiers: - - PUBLIC "-//W3C//ENTITIES XHTML Inline Style 1.0//EN" - SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-inlstyle-1.mod" - - Revisions: - (none) - ....................................................................... --> - -<!-- Inline Style - - This module declares the 'style' attribute, used to support inline - style markup. This module must be instantiated prior to the XHTML - Common Attributes module in order to be included in %Core.attrib;. ---> - -<!ENTITY % style.attrib - "style CDATA #IMPLIED" -> - - -<!ENTITY % Core.extra.attrib - "%style.attrib;" -> - -<!-- end of xhtml-inlstyle-1.mod --> diff --git a/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-pres-1.mod b/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-pres-1.mod deleted file mode 100644 index c2094a6..0000000 --- a/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-pres-1.mod +++ /dev/null @@ -1,38 +0,0 @@ -<!-- ...................................................................... --> -<!-- XHTML Presentation Module ............................................ --> -<!-- file: xhtml-pres-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-pres-1.mod,v 1.1 2007-10-24 06:00:44 ot Exp $ SMI - - This DTD module is identified by the PUBLIC and SYSTEM identifiers: - - PUBLIC "-//W3C//ELEMENTS XHTML Presentation 1.0//EN" - SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-pres-1.mod" - - Revisions: - (none) - ....................................................................... --> - -<!-- Presentational Elements - - This module defines elements and their attributes for - simple presentation-related markup. ---> - -<!ENTITY % xhtml-inlpres.module "INCLUDE" > -<![%xhtml-inlpres.module;[ -<!ENTITY % xhtml-inlpres.mod - PUBLIC "-//W3C//ELEMENTS XHTML Inline Presentation 1.0//EN" - "xhtml-inlpres-1.mod" > -%xhtml-inlpres.mod;]]> - -<!ENTITY % xhtml-blkpres.module "INCLUDE" > -<![%xhtml-blkpres.module;[ -<!ENTITY % xhtml-blkpres.mod - PUBLIC "-//W3C//ELEMENTS XHTML Block Presentation 1.0//EN" - "xhtml-blkpres-1.mod" > -%xhtml-blkpres.mod;]]> - -<!-- end of xhtml-pres-1.mod --> diff --git a/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-script-1.mod b/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-script-1.mod deleted file mode 100644 index e140a26..0000000 --- a/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-script-1.mod +++ /dev/null @@ -1,66 +0,0 @@ -<!-- ...................................................................... --> -<!-- XHTML Document Scripting Module ..................................... --> -<!-- file: xhtml-script-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-script-1.mod,v 1.1 2007-10-24 06:00:44 ot Exp $ SMI - - This DTD module is identified by the PUBLIC and SYSTEM identifiers: - - PUBLIC "-//W3C//ELEMENTS XHTML Scripting 1.0//EN" - SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-script-1.mod" - - Revisions: - (none) - ....................................................................... --> - -<!-- Scripting - - script, noscript - - This module declares element types and attributes used to provide - support for executable scripts as well as an alternate content - container where scripts are not supported. ---> - -<!-- script: Scripting Statement ....................... --> - -<!ENTITY % script.element "INCLUDE" > -<![%script.element;[ -<!ENTITY % script.content "( #PCDATA )" > -<!ENTITY % script.qname "script" > -<!ELEMENT %script.qname; %script.content; > -<!-- end of script.element -->]]> - -<!ENTITY % script.attlist "INCLUDE" > -<![%script.attlist;[ -<!ATTLIST %script.qname; - %XHTML.xmlns.attrib; - %id.attrib; - charset %Charset.datatype; #IMPLIED - type %ContentType.datatype; #REQUIRED - src %URI.datatype; #IMPLIED - defer ( defer ) #IMPLIED -> -<!-- end of script.attlist -->]]> - -<!-- noscript: No-Script Alternate Content ............. --> - -<!ENTITY % noscript.element "INCLUDE" > -<![%noscript.element;[ -<!ENTITY % noscript.content - "( %Block.mix; )+" -> -<!ENTITY % noscript.qname "noscript" > -<!ELEMENT %noscript.qname; %noscript.content; > -<!-- end of noscript.element -->]]> - -<!ENTITY % noscript.attlist "INCLUDE" > -<![%noscript.attlist;[ -<!ATTLIST %noscript.qname; - %Common.attrib; -> -<!-- end of noscript.attlist -->]]> - -<!-- end of xhtml-script-1.mod --> diff --git a/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-style-1.mod b/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-style-1.mod deleted file mode 100644 index 43ba4ab..0000000 --- a/htdocs/sgml-lib/REC-xhtml-print-20060920/xhtml-style-1.mod +++ /dev/null @@ -1,47 +0,0 @@ -<!-- ...................................................................... --> -<!-- 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 1.1 2007-10-24 06:00:44 ot 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; - type %ContentType.datatype; #REQUIRED - media %MediaDesc.datatype; #IMPLIED -> -<!-- end of style.attlist -->]]> - -<!-- end of xhtml-style-1.mod --> |