validator/share/templates/en_US soap_fault.tmpl,1.4,1.5

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

Modified Files:
	soap_fault.tmpl 
Log Message:
giving soap fault output the identifier for each fatal error

Index: soap_fault.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/soap_fault.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- soap_fault.tmpl	9 Jul 2007 04:56:27 -0000	1.4
+++ soap_fault.tmpl	7 Sep 2007 01:21:17 -0000	1.5
@@ -21,7 +21,8 @@
 	<env:Text xml:lang="en-US">Transcode Error</env:Text>
      </env:Reason>
      <env:Detail>
-	<m:errordetail xml:lang="en-US">
+      <m:messageid>fatal_transcode_error</m:messageid>
+      <m:errordetail xml:lang="en-US">
         A fatal error occurred when attempting to transcode the character
         encoding of the document. Either we do not support this character
         encoding ("<TMPL_VAR NAME="fatal_transcode_charset" ESCAPE="HTML">")
@@ -37,7 +38,8 @@
 	<env:Text xml:lang="en-US">Incorrect Bytes detected</env:Text>
      </env:Reason>
      <env:Detail>
-	<m:errordetail xml:lang="en-US">
+       <m:messageid>fatal_byte_error</m:messageid>
+       <m:errordetail xml:lang="en-US">
         Sorry, I am unable to validate this document because on line
         <TMPL_VAR NAME="fatal_byte_lines">.
         it contained one or more bytes that I cannot interpret as
@@ -54,6 +56,7 @@
         <env:Text xml:lang="en-US">URL scheme not supported</env:Text>
      </env:Reason>
      <env:Detail>
+        <m:messageid>fatal_uri_error</m:messageid>
         <m:errordetail xml:lang="en-US">
         Sorry, this type of URL scheme
         (<TMPL_VAR NAME="fatal_uri_scheme" ESCAPE="HTML">) is not
@@ -66,6 +69,7 @@
         <env:Text xml:lang="en-US">No Content to validate</env:Text>
      </env:Reason>
      <env:Detail>
+				<m:messageid>fatal_no_content</m:messageid>
         <m:errordetail xml:lang="en-US">
         Sorry, I could not find any content to validate. It is probable that you
         clicked on the "check" button without choosing a URL, a file or entering
@@ -79,6 +83,7 @@
         <env:Text xml:lang="en-US">IP not public</env:Text>
      </env:Reason>
      <env:Detail>
+       <m:messageid>fatal_ip_error</m:messageid>
         <m:errordetail xml:lang="en-US">
         Sorry, the IP address <TMPL_IF NAME="fatal_ip_hostname">of</TMPL_IF>
         <TMPL_VAR NAME="fatal_ip_host"> is not public.
@@ -93,6 +98,7 @@
         <env:Text xml:lang="en-US">HTTP Error</env:Text>
      </env:Reason>
      <env:Detail>
+       <m:messageid>fatal_http_error</m:messageid>
         <m:errordetail xml:lang="en-US">
     Unexpected HTTP response 
     <TMPL_VAR NAME="fatal_http_code" ESCAPE="HTML"> <TMPL_VAR NAME="fatal_http_msg" ESCAPE="HTML">
@@ -111,6 +117,7 @@
         <env:Text xml:lang="en-US">unsupported or unrecognized Content Type</env:Text>
      </env:Reason>
      <env:Detail>
+       <m:messageid>fatal_mime_error</m:messageid>
         <m:errordetail xml:lang="en-US">
         Sorry, I am unable to validate this document because its content type
         is <TMPL_VAR NAME="fatal_mime_ct" ESCAPE="HTML">, which is
@@ -125,6 +132,7 @@
       Fatal Error: <TMPL_VAR NAME="fatal_parse_extid_msg" ESCAPE="HTML"></env:Text>
      </env:Reason>
      <env:Detail>
+       <m:messageid>fatal_parse_extid_error</m:messageid>
         <m:errordetail xml:lang="en-US">
         I could not parse this document, because it makes reference to a
         system-specific file instead of using a well-known public identifier
@@ -139,6 +147,7 @@
 </env:Text>
      </env:Reason>
      <env:Detail>
+       <m:messageid>fatal_referer_error</m:messageid>
         <m:errordetail xml:lang="en-US">
           You have requested we check the referring page, but your browser did
           not send the HTTP "Referer" header field. This can be for several

Received on Friday, 7 September 2007 01:21:25 UTC