validator/htdocs/config types.conf,1.33,1.34

Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv27705

Modified Files:
	types.conf 
Log Message:
adding some knowledge about XHTML MP profiles, their namespace and media types

Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- types.conf	3 Oct 2007 09:55:17 -0000	1.33
+++ types.conf	4 Dec 2007 23:16:12 -0000	1.34
@@ -378,6 +378,48 @@
   </Types>
 </XHTML_Basic_1_1>
 
+<XHTML_MP_1_0>
+  Name       = html
+  Display    = XHTML Mobile Profile 1.0
+  PubID      = -//WAPFORUM//DTD XHTML Mobile 1.0//EN
+  SysID      = http://www.openmobilealliance.org/DTD/xhtml-mobile10.dtd
+  Namespace  = http://www.w3.org/1999/xhtml
+  Namespace Required = 0 # it is unclear whether the namespace is fixed, or required
+  Parse Mode = XML
+  <Types>
+    Allowed   = text/html application/xhtml+xml application/vnd.wap.xhtml+xml
+    Preferred = application/vnd.wap.xhtml+xml
+  </Types>
+</XHTML_MP_1_0>
+
+<XHTML_MP_1_1>
+  Name       = html
+  Display    = XHTML Mobile Profile 1.1
+  PubID      = -//WAPFORUM//DTD XHTML Mobile 1.1//EN
+  SysID      = http://www.openmobilealliance.org/DTD/xhtml-mobile11.dtd
+  Namespace  = http://www.w3.org/1999/xhtml
+  Namespace Required = 0 # it is unclear whether the namespace is fixed, or required
+  Parse Mode = XML
+  <Types>
+    Allowed   = text/html application/xhtml+xml application/vnd.wap.xhtml+xml
+    Preferred = application/vnd.wap.xhtml+xml
+  </Types>
+</XHTML_MP_1_1>
+
+<XHTML_MP_1_2>
+  Name       = html
+  Display    = XHTML Mobile Profile 1.2
+  PubID      = -//WAPFORUM//DTD XHTML Mobile 1.2//EN
+  SysID      = http://www.openmobilealliance.org/DTD/xhtml-mobile12.dtd
+  Namespace  = http://www.w3.org/1999/xhtml
+  Namespace Required = 0 # it is unclear whether the namespace is fixed, or required
+  Parse Mode = XML
+  <Types>
+    Allowed   = text/html application/xhtml+xml application/vnd.wap.xhtml+xml
+    Preferred = application/vnd.wap.xhtml+xml
+  </Types>
+</XHTML_MP_1_2>
+
 
 <XHTML-Print_1_0>
   Name       = html

Received on Tuesday, 4 December 2007 23:16:22 UTC