diff options
author | ot <ot@localhost> | 2007-04-20 07:11:32 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-04-20 07:11:32 +0000 |
commit | c5088e134323876fcdb86e5f349cb52288506968 (patch) | |
tree | b3271b6de799737a2aac18c5c7ea819736690f94 | |
parent | 302c0cebb8a9413dfad4071b0503e2700bb5c98f (diff) | |
download | markup-validator-c5088e134323876fcdb86e5f349cb52288506968.zip markup-validator-c5088e134323876fcdb86e5f349cb52288506968.tar.gz markup-validator-c5088e134323876fcdb86e5f349cb52288506968.tar.bz2 |
XHTML + RDFa published
-rw-r--r-- | htdocs/config/types.conf | 18 | ||||
-rw-r--r-- | htdocs/sgml-lib/xml.soc | 4 |
2 files changed, 21 insertions, 1 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index 57497fa..60f0f7f 100644 --- a/htdocs/config/types.conf +++ b/htdocs/config/types.conf @@ -1,7 +1,7 @@ # # Main Document Type Database for the W3C Markup Validation Service. # -# $Id: types.conf,v 1.28 2007-04-04 10:26:01 ot Exp $ +# $Id: types.conf,v 1.29 2007-04-20 07:11:31 ot Exp $ # # Maintains all information for each of the document types we support. # See 'perldoc Config::General' for the syntax, and be aware that the @@ -479,6 +479,22 @@ </Types> </XHTML_1.1_MathML_2_SVG_1.1> +<XHTML_RDFa> + Name = html + Display = XHTML + RDFa + Info URL = http://www.w3.org/MarkUp/Drafts/xhtml-rdfa + PubID = -//W3C//DTD XHTML+RDFa 1.0//EN + SysID = http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd + Namespace = http://www.w3.org/1999/xhtml + Namespace Required = 1 + Parse Mode = XML + <Types> + Allowed = application/xhtml+xml + Preferred = application/xhtml+xml + </Types> +</XHTML_RDFa> + + <SVG_1_0> Name = svg Display = SVG 1.0 diff --git a/htdocs/sgml-lib/xml.soc b/htdocs/sgml-lib/xml.soc index 28dca59..7dacb7c 100644 --- a/htdocs/sgml-lib/xml.soc +++ b/htdocs/sgml-lib/xml.soc @@ -155,6 +155,10 @@ PUBLIC "-//W3C//EN"TITIES SMIL 2.1 Modular Framework 1.0//EN" "REC-SMIL2-20051213/smil-framework-1.mod" +-- XHTML + RDFa -- +PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" + "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd" + -- Do not prefer document type name over a SYSTEM Identifier. -- OVERRIDE NO |