validator/htdocs/config types.conf,1.25,1.26

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

Modified Files:
	types.conf 
Log Message:
fixing allowed media types for SMIL 1.0 and 2.0

Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- types.conf	23 Mar 2007 02:25:49 -0000	1.25
+++ types.conf	2 Apr 2007 05:19:26 -0000	1.26
@@ -547,7 +547,7 @@
   SysID      = http://www.w3.org/TR/REC-smil/SMIL10.dtd
   Parse Mode = XML
   <Types>
-    Allowed   = application/smil+xml
+    Allowed   = application/smil+xml application/smil
     Preferred = application/smil+xml
   </Types>
 </SMIL_1_0>
@@ -560,7 +560,7 @@
   SysID      = http://www.w3.org/2001/SMIL20/SMIL20.dtd
   Parse Mode = XML
   <Types>
-    Allowed   = application/smil+xml
+    Allowed   = application/smil+xml application/smil
     Preferred = application/smil+xml
   </Types>
 </SMIL_2_0>

Received on Monday, 2 April 2007 05:19:33 UTC