validator/share/templates/en_US soap_warnings.tmpl,1.7,1.8 ucn_warnings.tmpl,1.6,1.7 warnings.tmpl,1.30,1.31

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv17532/share/templates/en_US

Modified Files:
	soap_warnings.tmpl ucn_warnings.tmpl warnings.tmpl 
Log Message:
There are two warnings for "unknown parse mode". Obsoleting W08 
and merging with W06, as per discussion around:
http://lists.w3.org/Archives/Public/www-validator/2007Jul/0168.html


Index: ucn_warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/ucn_warnings.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ucn_warnings.tmpl	1 Aug 2007 05:09:34 -0000	1.6
+++ ucn_warnings.tmpl	3 Sep 2007 06:57:42 -0000	1.7
@@ -28,7 +28,6 @@
   <warning><messageid>W07</messageid><message>Contradictory Parse Modes Detected!</message></warning>
 </TMPL_IF>
 <TMPL_IF NAME="W08">
-  <warning><messageid>W08</messageid><message>Unknown Parse Mode!</message></warning>
 </TMPL_IF>
 <TMPL_IF NAME="W09">
   <warning><messageid>W09</messageid><message>No DOCTYPE found! Attempting validation with <TMPL_VAR NAME="W09_dtd" ESCAPE="HTML">.</message></warning>

Index: soap_warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/soap_warnings.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- soap_warnings.tmpl	1 Aug 2007 05:09:34 -0000	1.7
+++ soap_warnings.tmpl	3 Sep 2007 06:57:42 -0000	1.8
@@ -28,7 +28,6 @@
   <m:warning><m:messageid>W07</m:messageid><m:message>Contradictory Parse Modes Detected!</m:message></m:warning>
 </TMPL_IF>
 <TMPL_IF NAME="W08">
-  <m:warning><m:messageid>W08</m:messageid><m:message>Unknown Parse Mode!</m:message></m:warning>
 </TMPL_IF>
 <TMPL_IF NAME="W09">
   <m:warning><m:messageid>W09</m:messageid><m:message>No DOCTYPE found! Attempting validation with <TMPL_VAR NAME="W09_dtd" ESCAPE="HTML">.</m:message></m:warning>

Index: warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/warnings.tmpl,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- warnings.tmpl	20 Jul 2007 02:56:08 -0000	1.30
+++ warnings.tmpl	3 Sep 2007 06:57:42 -0000	1.31
@@ -155,17 +155,6 @@
   </li>
 </TMPL_IF>
 <TMPL_IF NAME="W08">
-  <li class="msg_warn" id="W08"><span class="err_type"><img src="images/info_icons/warning.png" alt="Warning" title="Warning" /></span> <span class="msg">Unknown Parse Mode!</span>
-  
-    <p>
-      The MIME Media Type
-      (<code><TMPL_VAR NAME="W08_mime" ESCAPE="HTML"></code>) for this
-      document is used to serve both SGML and XML based documents, 
-      and it is not possible to disambiguate it 
-      based on the <code>DOCTYPE</code> Declaration in your document. Parsing
-      will continue in SGML mode.
-    </p>
-  </li>
 </TMPL_IF>
 <TMPL_IF NAME="W09">
   <li class="msg_warn" id="W09"><span class="err_type"><img src="images/info_icons/warning.png" alt="Warning" title="Warning" /></span> <span class="msg">No <code>DOCTYPE</code> found! Attempting validation with <TMPL_VAR NAME="W09_dtd" ESCAPE="HTML">.</span>

Received on Monday, 3 September 2007 06:57:46 UTC