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/sgml-lib/xml.soc | |
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/sgml-lib/xml.soc')
-rw-r--r-- | htdocs/sgml-lib/xml.soc | 4 |
1 files changed, 2 insertions, 2 deletions
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 -- |