summaryrefslogtreecommitdiffstats
path: root/htdocs/sgml-lib
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/sgml-lib')
-rw-r--r--htdocs/sgml-lib/REC-xhtml-basic-20101123/xhtml-basic11-model-1.mod (renamed from htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-basic11-model-1.mod)2
-rw-r--r--htdocs/sgml-lib/REC-xhtml-basic-20101123/xhtml-basic11.dtd (renamed from htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-basic11.dtd)16
-rw-r--r--htdocs/sgml-lib/REC-xhtml-basic-20101123/xhtml-inputmode-1.mod (renamed from htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-inputmode-1.mod)0
-rw-r--r--htdocs/sgml-lib/catalog.xml6
-rw-r--r--htdocs/sgml-lib/xml.soc6
5 files changed, 22 insertions, 8 deletions
diff --git a/htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-basic11-model-1.mod b/htdocs/sgml-lib/REC-xhtml-basic-20101123/xhtml-basic11-model-1.mod
index 189fa04..8cbfa12 100644
--- a/htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-basic11-model-1.mod
+++ b/htdocs/sgml-lib/REC-xhtml-basic-20101123/xhtml-basic11-model-1.mod
@@ -4,7 +4,7 @@
This is XHTML Basic, a proper subset of XHTML.
Copyright 1998-2007 W3C (MIT, ERCIM, Keio), All Rights Reserved.
- Revision: $Id: xhtml-basic11-model-1.mod,v 1.1.2.9 2008/03/28 13:00:38 ahby Exp $ SMI
+ Revision: $Id: xhtml-basic11-model-1.mod,v 1.1.2.11 2009/11/18 19:13:49 ahby Exp $ SMI
This DTD module is identified by the PUBLIC and SYSTEM identifiers:
diff --git a/htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-basic11.dtd b/htdocs/sgml-lib/REC-xhtml-basic-20101123/xhtml-basic11.dtd
index ca3e7d4..9f836ba 100644
--- a/htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-basic11.dtd
+++ b/htdocs/sgml-lib/REC-xhtml-basic-20101123/xhtml-basic11.dtd
@@ -22,7 +22,7 @@
Editors: Murray M. Altheim <mailto:altheim@eng.sun.com>
Peter Stark <mailto:Peter.Stark@ecs.ericsson.se>
Shane McCarron <mailto:shane@aptest.com>
- Revision: $Id: xhtml-basic11.dtd,v 1.1.2.7 2007/07/13 14:29:02 ahby Exp $
+ Revision: $Id: xhtml-basic11.dtd,v 1.1.2.8 2009/11/18 19:13:49 ahby Exp $
-->
<!-- This is the driver file for version 1.1 of the XHTML Basic DTD.
@@ -91,6 +91,20 @@
PUBLIC "-//W3C//ENTITIES XHTML Basic 1.1 Document Model 1.0//EN"
"http://www.w3.org/MarkUp/DTD/xhtml-basic11-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.mod;]]>
+
+<!ENTITY % lang.attrib
+ "xml:lang %LanguageCode.datatype; #IMPLIED
+ lang %LanguageCode.datatype; #IMPLIED"
+>
+
<!ENTITY % xhtml-framework.mod
PUBLIC "-//W3C//ENTITIES XHTML Modular Framework 1.0//EN"
"http://www.w3.org/MarkUp/DTD/xhtml-framework-1.mod" >
diff --git a/htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-inputmode-1.mod b/htdocs/sgml-lib/REC-xhtml-basic-20101123/xhtml-inputmode-1.mod
index 7ec327a..7ec327a 100644
--- a/htdocs/sgml-lib/REC-xhtml-basic-20080729/xhtml-inputmode-1.mod
+++ b/htdocs/sgml-lib/REC-xhtml-basic-20101123/xhtml-inputmode-1.mod
diff --git a/htdocs/sgml-lib/catalog.xml b/htdocs/sgml-lib/catalog.xml
index 76dd81f..d61b998 100644
--- a/htdocs/sgml-lib/catalog.xml
+++ b/htdocs/sgml-lib/catalog.xml
@@ -93,9 +93,9 @@
<public publicId="-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN" uri="XX-xhtml11-20090630/xhtml11-model-1.mod" />
<public publicId="-//W3C//DTD XHTML Basic 1.0//EN" uri="REC-xhtml-basic-20001219/xhtml-basic10.dtd" />
<public publicId="-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN" uri="REC-xhtml-basic-20001219/xhtml-basic10-model-1.mod" />
- <public publicId="-//W3C//DTD XHTML Basic 1.1//EN" uri="REC-xhtml-basic-20080729/xhtml-basic11.dtd" />
- <public publicId="-//W3C//ENTITIES XHTML Basic 1.1 Document Model 1.0//EN" uri="REC-xhtml-basic-20080729/xhtml-basic11-model-1.mod" />
- <public publicId="-//W3C//ELEMENTS XHTML Inputmode 1.0//EN" uri="REC-xhtml-basic-20080729/xhtml-inputmode-1.mod" />
+ <public publicId="-//W3C//DTD XHTML Basic 1.1//EN" uri="REC-xhtml-basic-20101123/xhtml-basic11.dtd" />
+ <public publicId="-//W3C//ENTITIES XHTML Basic 1.1 Document Model 1.0//EN" uri="REC-xhtml-basic-20101123/xhtml-basic11-model-1.mod" />
+ <public publicId="-//W3C//ELEMENTS XHTML Inputmode 1.0//EN" uri="REC-xhtml-basic-20101123/xhtml-inputmode-1.mod" />
<public publicId="-//W3C//DTD XHTML-Print 1.0//EN" uri="REC-xhtml-print-20060920/xhtml-print10.dtd" />
<public publicId="-//W3C//ENTITIES XHTML-Print 1.0 Document Model 1.0//EN" uri="REC-xhtml-print-20060920/xhtml-print10-model-1.mod" />
<public publicId="-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" uri="WD-XHTMLplusMathMLplusSVG-20020809/xhtml-math-svg.dtd" />
diff --git a/htdocs/sgml-lib/xml.soc b/htdocs/sgml-lib/xml.soc
index 48c2662..26d5412 100644
--- a/htdocs/sgml-lib/xml.soc
+++ b/htdocs/sgml-lib/xml.soc
@@ -222,11 +222,11 @@ PUBLIC "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN"
-- XHTML Basic 1.1 --
PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN"
- "REC-xhtml-basic-20080729/xhtml-basic11.dtd"
+ "REC-xhtml-basic-20101123/xhtml-basic11.dtd"
PUBLIC "-//W3C//ENTITIES XHTML Basic 1.1 Document Model 1.0//EN"
- "REC-xhtml-basic-20080729/xhtml-basic11-model-1.mod"
+ "REC-xhtml-basic-20101123/xhtml-basic11-model-1.mod"
PUBLIC "-//W3C//ELEMENTS XHTML Inputmode 1.0//EN"
- "REC-xhtml-basic-20080729/xhtml-inputmode-1.mod"
+ "REC-xhtml-basic-20101123/xhtml-inputmode-1.mod"
-- XHTML Print 1.0 --