validator/share/templates/en_US soap_warnings.tmpl,1.9,1.10 ucn_warnings.tmpl,1.8,1.9

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

Modified Files:
	soap_warnings.tmpl ucn_warnings.tmpl 
Log Message:
warn about incorrect public/system identifiers combinations
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4848


Index: ucn_warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/ucn_warnings.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ucn_warnings.tmpl	3 Oct 2007 10:42:09 -0000	1.8
+++ ucn_warnings.tmpl	31 Jan 2008 06:26:13 -0000	1.9
@@ -85,6 +85,9 @@
 <TMPL_IF NAME="W25">
   <warning><messageid>W25</messageid><message><TMPL_VAR NAME="W25_dtd" ESCAPE="HTML"> document without DOCTYPE detected</message></warning>
 </TMPL_IF>
+<TMPL_IF NAME="W26">
+  <warning><messageid>W26"></messageid><message>Mismatch between Public and System identifiers in the DOCTYPE declaration</message></warning>
+</TMPL_IF>
 <TMPL_IF NAME="W@@">
   <warning><messageid>W@@</messageid><message></message></warning>
 </TMPL_IF>

Index: soap_warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/soap_warnings.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- soap_warnings.tmpl	3 Oct 2007 10:42:09 -0000	1.9
+++ soap_warnings.tmpl	31 Jan 2008 06:26:12 -0000	1.10
@@ -85,6 +85,9 @@
 <TMPL_IF NAME="W25">
   <m:warning><m:messageid>W25</m:messageid><m:message><TMPL_VAR NAME="W25_dtd" ESCAPE="HTML"> document without DOCTYPE detected</m:message></m:warning>
 </TMPL_IF>
+<TMPL_IF NAME="W26">
+  <m:warning><m:messageid>W26"></m:messageid><m:message>Mismatch between Public and System identifiers in the DOCTYPE declaration</m:message></m:warning>
+</TMPL_IF>
 
 <TMPL_IF NAME="W@@">
   <m:warning><m:messageid>W@@</m:messageid><m:message></m:message></m:warning>

Received on Thursday, 31 January 2008 06:26:25 UTC