diff options
author | ville <ville@localhost> | 2009-10-23 15:01:03 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-10-23 15:01:03 +0000 |
commit | f6550c946054cdce2b2c5b0eb41c27548c30ee7d (patch) | |
tree | b4d9af06a4268973e692ce0ddc5e0dcd0af54dbe /htdocs | |
parent | d3c25e287b5078d0d2d4ee18a4be5b6a474cb78f (diff) | |
download | markup-validator-f6550c946054cdce2b2c5b0eb41c27548c30ee7d.zip markup-validator-f6550c946054cdce2b2c5b0eb41c27548c30ee7d.tar.gz markup-validator-f6550c946054cdce2b2c5b0eb41c27548c30ee7d.tar.bz2 |
Use latest XHTML 1.1 DTDs from http://www.w3.org/MarkUp/DTD/
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/sgml-lib/WD-xhtml11-20070216/xhtml11.cat | 38 | ||||
-rw-r--r-- | htdocs/sgml-lib/WD-xhtml11-20070216/xhtml11.dtd | 317 | ||||
-rw-r--r-- | htdocs/sgml-lib/WD-xhtml11-20070216/xml1.dcl | 192 | ||||
-rw-r--r-- | htdocs/sgml-lib/WD-xhtml11-20070216/xml1n.dcl | 192 | ||||
-rw-r--r-- | htdocs/sgml-lib/XX-xhtml11-20090630/xhtml11-flat.dtd (renamed from htdocs/sgml-lib/WD-xhtml11-20070216/xhtml11-flat.dtd) | 173 | ||||
-rw-r--r-- | htdocs/sgml-lib/XX-xhtml11-20090630/xhtml11-model-1.mod (renamed from htdocs/sgml-lib/WD-xhtml11-20070216/xhtml11-model-1.mod) | 4 | ||||
-rw-r--r-- | htdocs/sgml-lib/xml.soc | 4 |
7 files changed, 110 insertions, 810 deletions
diff --git a/htdocs/sgml-lib/WD-xhtml11-20070216/xhtml11.cat b/htdocs/sgml-lib/WD-xhtml11-20070216/xhtml11.cat deleted file mode 100644 index 1b17a1e..0000000 --- a/htdocs/sgml-lib/WD-xhtml11-20070216/xhtml11.cat +++ /dev/null @@ -1,38 +0,0 @@ --- .......................................................................... -- --- File catalog ............................................................ -- - --- XHTML 1.1 Catalog Data File - - Revision: @(#)xhtml11.cat 1.9 2001/04/04 SMI - - See "Entity Management", SGML Open Technical Resolution 9401 for detailed - information on supplying and using catalog data. This document is available - from OASIS at URL: - - <http://www.oasis-open.org/html/tr9401.html> --- - --- .......................................................................... -- --- SGML declaration associated with XHTML .................................. -- - -OVERRIDE YES - -SGMLDECL "xml1.dcl" - --- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -- - --- XHTML 1.1 DTD modular driver file ....................................... -- --- note that this uses the local, flattened version of the DTD. If you want - your catalog to use the master version of the XHTML Modules, change the - entry to reference xhtml11.dtd instead of xhtml11-flat.dtd --- - -PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11-flat.dtd" - --- XHTML 1.1 framework modules .............................................. -- - -PUBLIC "-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN" "xhtml11-model-1.mod" - --- End of catalog data ..................................................... -- --- .......................................................................... -- - diff --git a/htdocs/sgml-lib/WD-xhtml11-20070216/xhtml11.dtd b/htdocs/sgml-lib/WD-xhtml11-20070216/xhtml11.dtd deleted file mode 100644 index 5ade1ab..0000000 --- a/htdocs/sgml-lib/WD-xhtml11-20070216/xhtml11.dtd +++ /dev/null @@ -1,317 +0,0 @@ -<!-- ....................................................................... --> -<!-- XHTML 1.1 DTD ........................................................ --> -<!-- file: xhtml11.dtd ---> - -<!-- XHTML 1.1 DTD - - This is XHTML, a reformulation of HTML as a modular XML application. - - The Extensible HyperText Markup Language (XHTML) - Copyright 1998-2007 World Wide Web Consortium - (Massachusetts Institute of Technology, European Research Consortium - for Informatics and Mathematics, Keio University). - All Rights Reserved. - - Permission to use, copy, modify and distribute the XHTML 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: Murray M. Altheim <altheim@eng.sun.com> - Revision: $Id: xhtml11.dtd,v 1.1 2007/02/15 23:14:56 jean-gui Exp $ - ---> -<!-- This is the driver file for version 1.1 of the XHTML DTD. - - Please use this public identifier to identify it: - - "-//W3C//DTD XHTML 1.1//EN" ---> -<!ENTITY % XHTML.version "-//W3C//DTD XHTML 1.1//EN" > - -<!-- Use this URI to identify the default namespace: - - "http://www.w3.org/1999/xhtml" - - See the Qualified Names module for information - on the use of namespace prefixes in the DTD. - - Note that XHTML namespace elements are not prefixed by default, - but the XHTML namespace prefix is defined as "xhtml" so that - other markup languages can extend this one and use the XHTML - prefixed global attributes if required. - ---> -<!ENTITY % NS.prefixed "IGNORE" > -<!ENTITY % XHTML.prefix "xhtml" > - -<!-- Be sure to include prefixed global attributes - we don't need - them, but languages that extend XHTML 1.1 might. ---> -<!ENTITY % XHTML.global.attrs.prefixed "INCLUDE" > - -<!-- Reserved for use with the XLink namespace: ---> -<!ENTITY % XLINK.xmlns "" > -<!ENTITY % XLINK.xmlns.attrib "" > - -<!-- For example, if you are using XHTML 1.1 directly, use the public - identifier in the DOCTYPE declaration, with the namespace declaration - on the document element to identify the default namespace: - - <?xml version="1.0"?> - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - <html xmlns="http://www.w3.org/1999/xhtml" - xml:lang="en"> - ... - </html> - - Revisions: - (none) ---> - -<!-- reserved for future use with document profiles --> -<!ENTITY % XHTML.profile "" > - -<!-- ensure XHTML Notations are disabled --> -<!ENTITY % xhtml-notations.module "IGNORE" > - -<!-- Bidirectional Text features - This feature-test entity is used to declare elements - and attributes used for bidirectional text support. ---> -<!ENTITY % XHTML.bidi "INCLUDE" > - -<?doc type="doctype" role="title" { XHTML 1.1 } ?> - -<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: --> - -<!-- Pre-Framework Redeclaration placeholder .................... --> -<!-- this serves as a location to insert markup declarations - into the DTD prior to the framework declarations. ---> -<!ENTITY % xhtml-prefw-redecl.module "IGNORE" > -<![%xhtml-prefw-redecl.module;[ -%xhtml-prefw-redecl.mod; -<!-- end of xhtml-prefw-redecl.module -->]]> - -<!ENTITY % xhtml-events.module "INCLUDE" > - -<!-- Inline Style Module ........................................ --> -<!ENTITY % xhtml-inlstyle.module "INCLUDE" > -<![%xhtml-inlstyle.module;[ -<!ENTITY % xhtml-inlstyle.mod - PUBLIC "-//W3C//ELEMENTS XHTML Inline Style 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-inlstyle-1.mod" > -%xhtml-inlstyle.mod;]]> - -<!-- declare Document Model module instantiated in framework ---> -<!ENTITY % xhtml-model.mod - PUBLIC "-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml11-model-1.mod" > - -<!-- Modular Framework Module (required) ......................... --> -<!ENTITY % xhtml-framework.module "INCLUDE" > -<![%xhtml-framework.module;[ -<!ENTITY % xhtml-framework.mod - PUBLIC "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-framework-1.mod" > -%xhtml-framework.mod;]]> - -<!-- Post-Framework Redeclaration placeholder ................... --> -<!-- this serves as a location to insert markup declarations - into the DTD following the framework declarations. ---> -<!ENTITY % xhtml-postfw-redecl.module "IGNORE" > -<![%xhtml-postfw-redecl.module;[ -%xhtml-postfw-redecl.mod; -<!-- end of xhtml-postfw-redecl.module -->]]> - -<!-- Text Module (Required) ..................................... --> -<!ENTITY % xhtml-text.module "INCLUDE" > -<![%xhtml-text.module;[ -<!ENTITY % xhtml-text.mod - PUBLIC "-//W3C//ELEMENTS XHTML Text 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-text-1.mod" > -%xhtml-text.mod;]]> - -<!-- Hypertext Module (required) ................................. --> -<!ENTITY % xhtml-hypertext.module "INCLUDE" > -<![%xhtml-hypertext.module;[ -<!ENTITY % xhtml-hypertext.mod - PUBLIC "-//W3C//ELEMENTS XHTML Hypertext 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-hypertext-1.mod" > -%xhtml-hypertext.mod;]]> - -<!-- Lists Module (required) .................................... --> -<!ENTITY % xhtml-list.module "INCLUDE" > -<![%xhtml-list.module;[ -<!ENTITY % xhtml-list.mod - PUBLIC "-//W3C//ELEMENTS XHTML Lists 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-list-1.mod" > -%xhtml-list.mod;]]> - -<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: --> - -<!-- Edit Module ................................................ --> -<!ENTITY % xhtml-edit.module "INCLUDE" > -<![%xhtml-edit.module;[ -<!ENTITY % xhtml-edit.mod - PUBLIC "-//W3C//ELEMENTS XHTML Editing Elements 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-edit-1.mod" > -%xhtml-edit.mod;]]> - -<!-- BIDI Override Module ....................................... --> -<!ENTITY % xhtml-bdo.module "%XHTML.bidi;" > -<![%xhtml-bdo.module;[ -<!ENTITY % xhtml-bdo.mod - PUBLIC "-//W3C//ELEMENTS XHTML BIDI Override Element 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-bdo-1.mod" > -%xhtml-bdo.mod;]]> - -<!-- Ruby Module ................................................ --> -<!ENTITY % Ruby.common.attlists "INCLUDE" > -<!ENTITY % Ruby.common.attrib "%Common.attrib;" > -<!ENTITY % xhtml-ruby.module "INCLUDE" > -<![%xhtml-ruby.module;[ -<!ENTITY % xhtml-ruby.mod - PUBLIC "-//W3C//ELEMENTS XHTML Ruby 1.0//EN" - "http://www.w3.org/TR/ruby/xhtml-ruby-1.mod" > -%xhtml-ruby.mod;]]> - -<!-- Presentation Module ........................................ --> -<!ENTITY % xhtml-pres.module "INCLUDE" > -<![%xhtml-pres.module;[ -<!ENTITY % xhtml-pres.mod - PUBLIC "-//W3C//ELEMENTS XHTML Presentation 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-pres-1.mod" > -%xhtml-pres.mod;]]> - -<!-- Link Element Module ........................................ --> -<!ENTITY % xhtml-link.module "INCLUDE" > -<![%xhtml-link.module;[ -<!ENTITY % xhtml-link.mod - PUBLIC "-//W3C//ELEMENTS XHTML Link Element 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-link-1.mod" > -%xhtml-link.mod;]]> - -<!-- Document Metainformation Module ............................ --> -<!ENTITY % xhtml-meta.module "INCLUDE" > -<![%xhtml-meta.module;[ -<!ENTITY % xhtml-meta.mod - PUBLIC "-//W3C//ELEMENTS XHTML Metainformation 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-meta-1.mod" > -%xhtml-meta.mod;]]> - -<!-- Base Element Module ........................................ --> -<!ENTITY % xhtml-base.module "INCLUDE" > -<![%xhtml-base.module;[ -<!ENTITY % xhtml-base.mod - PUBLIC "-//W3C//ELEMENTS XHTML Base Element 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-base-1.mod" > -%xhtml-base.mod;]]> - -<!-- Scripting Module ........................................... --> -<!ENTITY % xhtml-script.module "INCLUDE" > -<![%xhtml-script.module;[ -<!ENTITY % xhtml-script.mod - PUBLIC "-//W3C//ELEMENTS XHTML Scripting 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-script-1.mod" > -%xhtml-script.mod;]]> - -<!-- Style Sheets Module ......................................... --> -<!ENTITY % xhtml-style.module "INCLUDE" > -<![%xhtml-style.module;[ -<!ENTITY % xhtml-style.mod - PUBLIC "-//W3C//ELEMENTS XHTML Style Sheets 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-style-1.mod" > -%xhtml-style.mod;]]> - -<!-- Image Module ............................................... --> -<!ENTITY % xhtml-image.module "INCLUDE" > -<![%xhtml-image.module;[ -<!ENTITY % xhtml-image.mod - PUBLIC "-//W3C//ELEMENTS XHTML Images 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-image-1.mod" > -%xhtml-image.mod;]]> - -<!-- Client-side Image Map Module ............................... --> -<!ENTITY % xhtml-csismap.module "INCLUDE" > -<![%xhtml-csismap.module;[ -<!ENTITY % xhtml-csismap.mod - PUBLIC "-//W3C//ELEMENTS XHTML Client-side Image Maps 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-csismap-1.mod" > -%xhtml-csismap.mod;]]> - -<!-- Server-side Image Map Module ............................... --> -<!ENTITY % xhtml-ssismap.module "INCLUDE" > -<![%xhtml-ssismap.module;[ -<!ENTITY % xhtml-ssismap.mod - PUBLIC "-//W3C//ELEMENTS XHTML Server-side Image Maps 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-ssismap-1.mod" > -%xhtml-ssismap.mod;]]> - -<!-- Param Element Module ....................................... --> -<!ENTITY % xhtml-param.module "INCLUDE" > -<![%xhtml-param.module;[ -<!ENTITY % xhtml-param.mod - PUBLIC "-//W3C//ELEMENTS XHTML Param Element 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-param-1.mod" > -%xhtml-param.mod;]]> - -<!-- Embedded Object Module ..................................... --> -<!ENTITY % xhtml-object.module "INCLUDE" > -<![%xhtml-object.module;[ -<!ENTITY % xhtml-object.mod - PUBLIC "-//W3C//ELEMENTS XHTML Embedded Object 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-object-1.mod" > -%xhtml-object.mod;]]> - -<!-- Tables Module ............................................... --> -<!ENTITY % xhtml-table.module "INCLUDE" > -<![%xhtml-table.module;[ -<!ENTITY % xhtml-table.mod - PUBLIC "-//W3C//ELEMENTS XHTML Tables 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-table-1.mod" > -%xhtml-table.mod;]]> - -<!-- Forms Module ............................................... --> -<!ENTITY % xhtml-form.module "INCLUDE" > -<![%xhtml-form.module;[ -<!ENTITY % xhtml-form.mod - PUBLIC "-//W3C//ELEMENTS XHTML Forms 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-form-1.mod" > -%xhtml-form.mod;]]> - -<!-- Target Attribute Module .................................... --> -<!ENTITY % xhtml-target.module "INCLUDE" > -<![%xhtml-target.module;[ -<!ENTITY % xhtml-target.mod - PUBLIC "-//W3C//ELEMENTS XHTML Target 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-target-1.mod" > -%xhtml-target.mod;]]> - -<!-- Legacy Markup ............................................... --> -<!ENTITY % xhtml-legacy.module "IGNORE" > -<![%xhtml-legacy.module;[ -<!ENTITY % xhtml-legacy.mod - PUBLIC "-//W3C//ELEMENTS XHTML Legacy Markup 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-legacy-1.mod" > -%xhtml-legacy.mod;]]> - -<!-- Document Structure Module (required) ....................... --> -<!ENTITY % xhtml-struct.module "INCLUDE" > -<![%xhtml-struct.module;[ -<!ENTITY % xhtml-struct.mod - PUBLIC "-//W3C//ELEMENTS XHTML Document Structure 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-struct-1.mod" > -%xhtml-struct.mod;]]> - -<!-- end of XHTML 1.1 DTD ................................................. --> -<!-- ....................................................................... --> diff --git a/htdocs/sgml-lib/WD-xhtml11-20070216/xml1.dcl b/htdocs/sgml-lib/WD-xhtml11-20070216/xml1.dcl deleted file mode 100644 index 2863536..0000000 --- a/htdocs/sgml-lib/WD-xhtml11-20070216/xml1.dcl +++ /dev/null @@ -1,192 +0,0 @@ -<!SGML "ISO 8879:1986 (WWW)" - - -- SGML Declaration for XML 1.0 -- - - -- from: - Final text of revised Web SGML Adaptations Annex (TC2) to ISO 8879:1986 - ISO/IEC JTC1/SC34 N0029: 1998-12-06 - Annex L.2 (informative): SGML Declaration for XML - - changes made to accommodate validation are noted with 'VALID:' - -- - - CHARSET - BASESET - "ISO Registration Number 177//CHARSET - ISO/IEC 10646-1:1993 UCS-4 with implementation - level 3//ESC 2/5 2/15 4/6" - DESCSET - 0 9 UNUSED - 9 2 9 - 11 2 UNUSED - 13 1 13 - 14 18 UNUSED - 32 95 32 - 127 1 UNUSED - 128 32 UNUSED - 160 55136 160 - 55296 2048 UNUSED -- surrogates -- - 57344 8190 57344 - 65534 2 UNUSED -- FFFE and FFFF -- - 65536 1048576 65536 - - CAPACITY NONE -- Capacities are not restricted in XML -- - - SCOPE DOCUMENT - - SYNTAX - SHUNCHAR NONE - BASESET "ISO Registration Number 177//CHARSET - ISO/IEC 10646-1:1993 UCS-4 with implementation - level 3//ESC 2/5 2/15 4/6" - DESCSET - 0 1114112 0 - FUNCTION - RE 13 - RS 10 - SPACE 32 - TAB SEPCHAR 9 - NAMING - LCNMSTRT "" - UCNMSTRT "" - NAMESTRT - 58 95 192-214 216-246 248-305 308-318 321-328 - 330-382 384-451 461-496 500-501 506-535 592-680 - 699-705 902 904-906 908 910-929 931-974 976-982 - 986 988 990 992 994-1011 1025-1036 1038-1103 - 1105-1116 1118-1153 1168-1220 1223-1224 - 1227-1228 1232-1259 1262-1269 1272-1273 - 1329-1366 1369 1377-1414 1488-1514 1520-1522 - 1569-1594 1601-1610 1649-1719 1722-1726 - 1728-1742 1744-1747 1749 1765-1766 2309-2361 - 2365 2392-2401 2437-2444 2447-2448 2451-2472 - 2474-2480 2482 2486-2489 2524-2525 2527-2529 - 2544-2545 2565-2570 2575-2576 2579-2600 - 2602-2608 2610-2611 2613-2614 2616-2617 - 2649-2652 2654 2674-2676 2693-2699 2701 - 2703-2705 2707-2728 2730-2736 2738-2739 - 2741-2745 2749 2784 2821-2828 2831-2832 - 2835-2856 2858-2864 2866-2867 2870-2873 2877 - 2908-2909 2911-2913 2949-2954 2958-2960 - 2962-2965 2969-2970 2972 2974-2975 2979-2980 - 2984-2986 2990-2997 2999-3001 3077-3084 - 3086-3088 3090-3112 3114-3123 3125-3129 - 3168-3169 3205-3212 3214-3216 3218-3240 - 3242-3251 3253-3257 3294 3296-3297 3333-3340 - 3342-3344 3346-3368 3370-3385 3424-3425 - 3585-3630 3632 3634-3635 3648-3653 3713-3714 - 3716 3719-3720 3722 3725 3732-3735 3737-3743 - 3745-3747 3749 3751 3754-3755 3757-3758 3760 - 3762-3763 3773 3776-3780 3904-3911 3913-3945 - 4256-4293 4304-4342 4352 4354-4355 4357-4359 - 4361 4363-4364 4366-4370 4412 4414 4416 4428 - 4430 4432 4436-4437 4441 4447-4449 4451 4453 - 4455 4457 4461-4462 4466-4467 4469 4510 4520 - 4523 4526-4527 4535-4536 4538 4540-4546 4587 - 4592 4601 7680-7835 7840-7929 7936-7957 - 7960-7965 7968-8005 8008-8013 8016-8023 8025 - 8027 8029 8031-8061 8064-8116 8118-8124 8126 - 8130-8132 8134-8140 8144-8147 8150-8155 - 8160-8172 8178-8180 8182-8188 8486 8490-8491 - 8494 8576-8578 12295 12321-12329 12353-12436 - 12449-12538 12549-12588 19968-40869 44032-55203 - - LCNMCHAR "" - UCNMCHAR "" - NAMECHAR - 45-46 183 720-721 768-837 864-865 903 1155-1158 - 1425-1441 1443-1465 1467-1469 1471 1473-1474 - 1476 1600 1611-1618 1632-1641 1648 1750-1764 - 1767-1768 1770-1773 1776-1785 2305-2307 2364 - 2366-2381 2385-2388 2402-2403 2406-2415 - 2433-2435 2492 2494-2500 2503-2504 2507-2509 - 2519 2530-2531 2534-2543 2562 2620 2622-2626 - 2631-2632 2635-2637 2662-2673 2689-2691 2748 - 2750-2757 2759-2761 2763-2765 2790-2799 - 2817-2819 2876 2878-2883 2887-2888 2891-2893 - 2902-2903 2918-2927 2946-2947 3006-3010 - 3014-3016 3018-3021 3031 3047-3055 3073-3075 - 3134-3140 3142-3144 3146-3149 3157-3158 - 3174-3183 3202-3203 3262-3268 3270-3272 - 3274-3277 3285-3286 3302-3311 3330-3331 - 3390-3395 3398-3400 3402-3405 3415 3430-3439 - 3633 3636-3642 3654-3662 3664-3673 3761 - 3764-3769 3771-3772 3782 3784-3789 3792-3801 - 3864-3865 3872-3881 3893 3895 3897 3902-3903 - 3953-3972 3974-3979 3984-3989 3991 3993-4013 - 4017-4023 4025 8400-8412 8417 12293 12330-12335 - 12337-12341 12441-12442 12445-12446 12540-12542 - - NAMECASE - GENERAL NO - ENTITY NO - DELIM - GENERAL SGMLREF - HCRO "&#x" - -- Ampersand followed by "#x" (without quotes) -- - NESTC "/" - NET ">" - PIC "?>" - SHORTREF NONE - - NAMES - SGMLREF - - QUANTITY - NONE -- Quantities are not restricted in XML -- - - ENTITIES - "amp" 38 - "lt" 60 - "gt" 62 - "quot" 34 - "apos" 39 - - FEATURES - MINIMIZE - DATATAG NO - OMITTAG NO - RANK NO - SHORTTAG - STARTTAG - EMPTY NO - UNCLOSED NO - NETENABL IMMEDNET - ENDTAG - EMPTY NO - UNCLOSED NO - ATTRIB - DEFAULT YES - OMITNAME NO - VALUE NO - EMPTYNRM YES - IMPLYDEF - ATTLIST NO -- VALID: was YES -- - DOCTYPE NO - ELEMENT NO -- VALID: was YES -- - ENTITY NO - NOTATION NO -- VALID: was YES -- - LINK - SIMPLE NO - IMPLICIT NO - EXPLICIT NO - OTHER - CONCUR NO - SUBDOC NO - FORMAL NO - URN NO - KEEPRSRE YES - VALIDITY TYPE -- VALID: was NOASSERT -- - ENTITIES - REF ANY - INTEGRAL YES - - APPINFO NONE - - SEEALSO "ISO 8879//NOTATION Extensible Markup Language (XML) 1.0//EN" -> -<!-- Id: @(#)xml1.dcl 1.7 2000/12/18 SMI - Revisions: -#1999-04-09 changes for XML validation -#2000-12-18 fixed the wrong ISO registration number of UCS-4 - --> diff --git a/htdocs/sgml-lib/WD-xhtml11-20070216/xml1n.dcl b/htdocs/sgml-lib/WD-xhtml11-20070216/xml1n.dcl deleted file mode 100644 index e07da19..0000000 --- a/htdocs/sgml-lib/WD-xhtml11-20070216/xml1n.dcl +++ /dev/null @@ -1,192 +0,0 @@ -<!SGML "ISO 8879:1986 (WWW)" - - -- SGML Declaration for XML 1.0 -- - - -- - Note that this declaration is not conformant with - the XML 1.0 specification; it is used for processors - that cannot handle Unicode characters above 65536. - -- - -- from: - Final text of revised Web SGML Adaptations Annex (TC2) to ISO 8879:1986 - ISO/IEC JTC1/SC34 N0029: 1998-12-06 - Annex L.2 (informative): SGML Declaration for XML - - changes made to accommodate validation are noted with 'VALID:' - -- - - CHARSET - BASESET - "ISO Registration Number 176//CHARSET - ISO/IEC 10646-1:1993 UCS-2 with implementation - level 3//ESC 2/5 2/15 4/5" - DESCSET - 0 9 UNUSED - 9 2 9 - 11 2 UNUSED - 13 1 13 - 14 18 UNUSED - 32 95 32 - 127 1 UNUSED - 128 32 UNUSED - 160 65376 160 - - CAPACITY NONE -- Capacities are not restricted in XML -- - - SCOPE DOCUMENT - - SYNTAX - SHUNCHAR NONE - BASESET "ISO Registration Number 176//CHARSET - ISO/IEC 10646-1:1993 UCS-2 with implementation - level 3//ESC 2/5 2/15 4/5" - DESCSET - 0 65536 0 - FUNCTION - RE 13 - RS 10 - SPACE 32 - TAB SEPCHAR 9 - NAMING - LCNMSTRT "" - UCNMSTRT "" - NAMESTRT - 58 95 192-214 216-246 248-305 308-318 321-328 - 330-382 384-451 461-496 500-501 506-535 592-680 - 699-705 902 904-906 908 910-929 931-974 976-982 - 986 988 990 992 994-1011 1025-1036 1038-1103 - 1105-1116 1118-1153 1168-1220 1223-1224 - 1227-1228 1232-1259 1262-1269 1272-1273 - 1329-1366 1369 1377-1414 1488-1514 1520-1522 - 1569-1594 1601-1610 1649-1719 1722-1726 - 1728-1742 1744-1747 1749 1765-1766 2309-2361 - 2365 2392-2401 2437-2444 2447-2448 2451-2472 - 2474-2480 2482 2486-2489 2524-2525 2527-2529 - 2544-2545 2565-2570 2575-2576 2579-2600 - 2602-2608 2610-2611 2613-2614 2616-2617 - 2649-2652 2654 2674-2676 2693-2699 2701 - 2703-2705 2707-2728 2730-2736 2738-2739 - 2741-2745 2749 2784 2821-2828 2831-2832 - 2835-2856 2858-2864 2866-2867 2870-2873 2877 - 2908-2909 2911-2913 2949-2954 2958-2960 - 2962-2965 2969-2970 2972 2974-2975 2979-2980 - 2984-2986 2990-2997 2999-3001 3077-3084 - 3086-3088 3090-3112 3114-3123 3125-3129 - 3168-3169 3205-3212 3214-3216 3218-3240 - 3242-3251 3253-3257 3294 3296-3297 3333-3340 - 3342-3344 3346-3368 3370-3385 3424-3425 - 3585-3630 3632 3634-3635 3648-3653 3713-3714 - 3716 3719-3720 3722 3725 3732-3735 3737-3743 - 3745-3747 3749 3751 3754-3755 3757-3758 3760 - 3762-3763 3773 3776-3780 3904-3911 3913-3945 - 4256-4293 4304-4342 4352 4354-4355 4357-4359 - 4361 4363-4364 4366-4370 4412 4414 4416 4428 - 4430 4432 4436-4437 4441 4447-4449 4451 4453 - 4455 4457 4461-4462 4466-4467 4469 4510 4520 - 4523 4526-4527 4535-4536 4538 4540-4546 4587 - 4592 4601 7680-7835 7840-7929 7936-7957 - 7960-7965 7968-8005 8008-8013 8016-8023 8025 - 8027 8029 8031-8061 8064-8116 8118-8124 8126 - 8130-8132 8134-8140 8144-8147 8150-8155 - 8160-8172 8178-8180 8182-8188 8486 8490-8491 - 8494 8576-8578 12295 12321-12329 12353-12436 - 12449-12538 12549-12588 19968-40869 44032-55203 - - LCNMCHAR "" - UCNMCHAR "" - NAMECHAR - 45-46 183 720-721 768-837 864-865 903 1155-1158 - 1425-1441 1443-1465 1467-1469 1471 1473-1474 - 1476 1600 1611-1618 1632-1641 1648 1750-1764 - 1767-1768 1770-1773 1776-1785 2305-2307 2364 - 2366-2381 2385-2388 2402-2403 2406-2415 - 2433-2435 2492 2494-2500 2503-2504 2507-2509 - 2519 2530-2531 2534-2543 2562 2620 2622-2626 - 2631-2632 2635-2637 2662-2673 2689-2691 2748 - 2750-2757 2759-2761 2763-2765 2790-2799 - 2817-2819 2876 2878-2883 2887-2888 2891-2893 - 2902-2903 2918-2927 2946-2947 3006-3010 - 3014-3016 3018-3021 3031 3047-3055 3073-3075 - 3134-3140 3142-3144 3146-3149 3157-3158 - 3174-3183 3202-3203 3262-3268 3270-3272 - 3274-3277 3285-3286 3302-3311 3330-3331 - 3390-3395 3398-3400 3402-3405 3415 3430-3439 - 3633 3636-3642 3654-3662 3664-3673 3761 - 3764-3769 3771-3772 3782 3784-3789 3792-3801 - 3864-3865 3872-3881 3893 3895 3897 3902-3903 - 3953-3972 3974-3979 3984-3989 3991 3993-4013 - 4017-4023 4025 8400-8412 8417 12293 12330-12335 - 12337-12341 12441-12442 12445-12446 12540-12542 - - NAMECASE - GENERAL NO - ENTITY NO - DELIM - GENERAL SGMLREF - HCRO "&#x" - -- Ampersand followed by "#x" (without quotes) -- - NESTC "/" - NET ">" - PIC "?>" - SHORTREF NONE - - NAMES - SGMLREF - - QUANTITY - NONE -- Quantities are not restricted in XML -- - - ENTITIES - "amp" 38 - "lt" 60 - "gt" 62 - "quot" 34 - "apos" 39 - - FEATURES - MINIMIZE - DATATAG NO - OMITTAG NO - RANK NO - SHORTTAG - STARTTAG - EMPTY NO - UNCLOSED NO - NETENABL IMMEDNET - ENDTAG - EMPTY NO - UNCLOSED NO - ATTRIB - DEFAULT YES - OMITNAME NO - VALUE NO - EMPTYNRM YES - IMPLYDEF - ATTLIST NO -- VALID: was YES -- - DOCTYPE NO - ELEMENT NO -- VALID: was YES -- - ENTITY NO - NOTATION NO -- VALID: was YES -- - LINK - SIMPLE NO - IMPLICIT NO - EXPLICIT NO - OTHER - CONCUR NO - SUBDOC NO - FORMAL NO - URN NO - KEEPRSRE YES - VALIDITY TYPE -- VALID: was NOASSERT -- - ENTITIES - REF ANY - INTEGRAL YES - - APPINFO NONE - - SEEALSO "ISO 8879//NOTATION Extensible Markup Language (XML) 1.0//EN" -> -<!-- Id: @(#)xml1n.dcl 1.6 99/08/26 SMI - Revisions: -#1999-04-09 changes for XML validation - --> diff --git a/htdocs/sgml-lib/WD-xhtml11-20070216/xhtml11-flat.dtd b/htdocs/sgml-lib/XX-xhtml11-20090630/xhtml11-flat.dtd index 14a5046..3105d81 100644 --- a/htdocs/sgml-lib/WD-xhtml11-20070216/xhtml11-flat.dtd +++ b/htdocs/sgml-lib/XX-xhtml11-20090630/xhtml11-flat.dtd @@ -8,7 +8,7 @@ This is XHTML, a reformulation of HTML as a modular XML application. The Extensible HyperText Markup Language (XHTML) - Copyright 1998-2005 World Wide Web Consortium + Copyright 1998-2008 World Wide Web Consortium (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. @@ -22,7 +22,7 @@ It is provided "as is" without expressed or implied warranty. Author: Murray M. Altheim <altheim@eng.sun.com> - Revision: $Id: xhtml11.dtd,v 1.24 2005/04/13 12:25:40 mimasa Exp $ + Revision: $Id: xhtml11.dtd,v 1.29 2009/05/05 15:04:30 ahby Exp $ --> <!-- This is the driver file for version 1.1 of the XHTML DTD. @@ -65,7 +65,7 @@ <?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> + "http://www.w3.org/MarkUp/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> ... @@ -150,6 +150,105 @@ PUBLIC "-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml11-model-1.mod" > +<!-- adding the lang attribute into the I18N collection --> + +<!ENTITY % xhtml-datatypes.module "INCLUDE" > +<![%xhtml-datatypes.module;[ +<!ENTITY % xhtml-datatypes.mod + PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN" + "xhtml-datatypes-1.mod" > +<!-- ...................................................................... --> +<!-- XHTML Datatypes Module .............................................. --> +<!-- file: xhtml-datatypes-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-datatypes-1.mod,v 4.1 2001/04/06 19:23:32 altheim Exp $ SMI + + This DTD module is identified by the PUBLIC and SYSTEM identifiers: + + PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN" + SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-datatypes-1.mod" + + Revisions: + (none) + ....................................................................... --> + +<!-- Datatypes + + defines containers for the following datatypes, many of + these imported from other specifications and standards. +--> + +<!-- Length defined for cellpadding/cellspacing --> + +<!-- nn for pixels or nn% for percentage length --> +<!ENTITY % Length.datatype "CDATA" > + +<!-- space-separated list of link types --> +<!ENTITY % LinkTypes.datatype "NMTOKENS" > + +<!-- single or comma-separated list of media descriptors --> +<!ENTITY % MediaDesc.datatype "CDATA" > + +<!-- pixel, percentage, or relative --> +<!ENTITY % MultiLength.datatype "CDATA" > + +<!-- one or more digits (NUMBER) --> +<!ENTITY % Number.datatype "CDATA" > + +<!-- integer representing length in pixels --> +<!ENTITY % Pixels.datatype "CDATA" > + +<!-- script expression --> +<!ENTITY % Script.datatype "CDATA" > + +<!-- textual content --> +<!ENTITY % Text.datatype "CDATA" > + +<!-- Imported Datatypes ................................ --> + +<!-- a single character from [ISO10646] --> +<!ENTITY % Character.datatype "CDATA" > + +<!-- a character encoding, as per [RFC2045] --> +<!ENTITY % Charset.datatype "CDATA" > + +<!-- a space separated list of character encodings, as per [RFC2045] --> +<!ENTITY % Charsets.datatype "CDATA" > + +<!-- Color specification using color name or sRGB (#RRGGBB) values --> +<!ENTITY % Color.datatype "CDATA" > + +<!-- media type, as per [RFC2045] --> +<!ENTITY % ContentType.datatype "CDATA" > + +<!-- comma-separated list of media types, as per [RFC2045] --> +<!ENTITY % ContentTypes.datatype "CDATA" > + +<!-- date and time information. ISO date format --> +<!ENTITY % Datetime.datatype "CDATA" > + +<!-- formal public identifier, as per [ISO8879] --> +<!ENTITY % FPI.datatype "CDATA" > + +<!-- a language code, as per [RFC3066] or its successor --> +<!ENTITY % LanguageCode.datatype "CDATA" > + +<!-- a Uniform Resource Identifier, see [URI] --> +<!ENTITY % URI.datatype "CDATA" > + +<!-- a space-separated list of Uniform Resource Identifiers, see [URI] --> +<!ENTITY % URIs.datatype "CDATA" > + +<!-- end of xhtml-datatypes-1.mod --> +]]> + +<!ENTITY % lang.attrib + "xml:lang %LanguageCode.datatype; #IMPLIED + lang %LanguageCode.datatype; #IMPLIED" +> + <!-- Modular Framework Module (required) ......................... --> <!ENTITY % xhtml-framework.module "INCLUDE" > <![%xhtml-framework.module;[ @@ -929,8 +1028,8 @@ <!-- file: xhtml11-model-1.mod This is XHTML 1.1, a reformulation of HTML as a modular XML application. - Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. - Revision: $Id: xhtml11-model-1.mod,v 1.14 2005/04/13 12:25:16 mimasa Exp $ SMI + Copyright 1998-2008 W3C (MIT, ERCIM, Keio), All Rights Reserved. + Revision: $Id: xhtml11-model-1.mod,v 1.17 2009/02/03 14:31:50 ahby Exp $ SMI This DTD module is identified by the PUBLIC and SYSTEM identifiers: @@ -2629,7 +2728,7 @@ <![%xhtml-ruby.module;[ <!ENTITY % xhtml-ruby.mod PUBLIC "-//W3C//ELEMENTS XHTML Ruby 1.0//EN" - "http://www.w3.org/TR/ruby/xhtml-ruby-1.mod" > + "http://www.w3.org/MarkUp/DTD/xhtml-ruby-1.mod" > <!-- ...................................................................... --> <!-- XHTML Ruby Module .................................................... --> <!-- file: xhtml-ruby-1.mod @@ -4394,67 +4493,6 @@ <!-- end of xhtml-form-1.mod --> ]]> -<!-- Target Attribute Module .................................... --> -<!ENTITY % xhtml-target.module "INCLUDE" > -<![%xhtml-target.module;[ -<!ENTITY % xhtml-target.mod - PUBLIC "-//W3C//ELEMENTS XHTML Target 1.0//EN" - "http://www.w3.org/MarkUp/DTD/xhtml-target-1.mod" > -<!-- ...................................................................... --> -<!-- XHTML Target Module ................................................. --> -<!-- file: xhtml-target-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-target-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $ SMI - - This DTD module is identified by the PUBLIC and SYSTEM identifiers: - - PUBLIC "-//W3C//ELEMENTS XHTML Target 1.0//EN" - SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-target-1.mod" - - Revisions: - (none) - ....................................................................... --> - -<!-- Target - - target - - This module declares the 'target' attribute used for opening windows ---> - -<!-- render in this frame --> -<!ENTITY % FrameTarget.datatype "CDATA" > - -<!-- add 'target' attribute to 'a' element --> -<!ATTLIST %a.qname; - target %FrameTarget.datatype; #IMPLIED -> - -<!-- add 'target' attribute to 'area' element --> -<!ATTLIST %area.qname; - target %FrameTarget.datatype; #IMPLIED -> - -<!-- add 'target' attribute to 'link' element --> -<!ATTLIST %link.qname; - target %FrameTarget.datatype; #IMPLIED -> - -<!-- add 'target' attribute to 'form' element --> -<!ATTLIST %form.qname; - target %FrameTarget.datatype; #IMPLIED -> - -<!-- add 'target' attribute to 'base' element --> -<!ATTLIST %base.qname; - target %FrameTarget.datatype; #IMPLIED -> - -<!-- end of xhtml-target-1.mod --> -]]> - <!-- Legacy Markup ............................................... --> <!ENTITY % xhtml-legacy.module "IGNORE" > <![%xhtml-legacy.module;[ @@ -4612,3 +4650,4 @@ <!-- end of XHTML 1.1 DTD ................................................. --> <!-- ....................................................................... --> +]><html><head><title>title</title></head><body><p>text</p></body></html> diff --git a/htdocs/sgml-lib/WD-xhtml11-20070216/xhtml11-model-1.mod b/htdocs/sgml-lib/XX-xhtml11-20090630/xhtml11-model-1.mod index 386cf89..229e9a9 100644 --- a/htdocs/sgml-lib/WD-xhtml11-20070216/xhtml11-model-1.mod +++ b/htdocs/sgml-lib/XX-xhtml11-20090630/xhtml11-model-1.mod @@ -3,8 +3,8 @@ <!-- file: xhtml11-model-1.mod This is XHTML 1.1, a reformulation of HTML as a modular XML application. - Copyright 1998-2007 W3C (MIT, ERCIM, Keio), All Rights Reserved. - Revision: $Id: xhtml11-model-1.mod,v 1.1 2007/02/15 23:14:56 jean-gui Exp $ SMI + Copyright 1998-2008 W3C (MIT, ERCIM, Keio), All Rights Reserved. + Revision: $Id: xhtml11-model-1.mod,v 1.18 2009/06/24 17:24:55 ahby Exp $ SMI This DTD module is identified by the PUBLIC and SYSTEM identifiers: diff --git a/htdocs/sgml-lib/xml.soc b/htdocs/sgml-lib/xml.soc index ca771d5..d924f38 100644 --- a/htdocs/sgml-lib/xml.soc +++ b/htdocs/sgml-lib/xml.soc @@ -59,9 +59,9 @@ PUBLIC "-//W3C//ENTITIES Special for XHTML//EN" -- XHTML 1.1 -- PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "WD-xhtml11-20070216/xhtml11-flat.dtd" + "XX-xhtml11-20090630/xhtml11-flat.dtd" PUBLIC "-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN" - "WD-xhtml11-20070216/xhtml11-model-1.mod" + "XX-xhtml11-20090630/xhtml11-model-1.mod" -- XHTML Basic 1.0 -- |