- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Oct 2006 06:30:54 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv22674/htdocs/config
Modified Files:
Tag: validator-0_7-branch
types.conf
Log Message:
Porting all changes related to the addition of the XHTML-Print REC
to the 0.7 code branch, for inclusion in next maintenance release.
http://www.w3.org/TR/xhtml-print/
Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.14.2.5
retrieving revision 1.14.2.6
diff -u -d -r1.14.2.5 -r1.14.2.6
--- types.conf 10 Aug 2006 08:01:00 -0000 1.14.2.5
+++ types.conf 11 Oct 2006 06:30:52 -0000 1.14.2.6
@@ -327,6 +327,20 @@
</Badge>
</XHTML_Basic_1_0>
+
+<XHTML-Print_1_0>
+ Name = html
+ Display = XHTML-Print 1.0
+ Info URL = http://www.w3.org/TR/xhtml-print/
+ PubID = -//W3C//DTD XHTML-Print 1.0//EN
+ SysID = http://www.w3.org/MarkUp/DTD/xhtml-print10.dtd
+ Namespace = http://www.w3.org/1999/xhtml
+ Parse Mode = XML
+ <Types>
+ Allowed = application/xhtml+xml
+ </Types>
+</XHTML-Print_1_0>
+
<XHTML_1_1>
Name = html
Display = XHTML 1.1
Received on Wednesday, 11 October 2006 06:31:04 UTC