validator/httpd/cgi-bin check,1.714,1.715

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv16690/httpd/cgi-bin

Modified Files:
	check 
Log Message:
Remove proprietary XML output option.

It has been deprecated for years, and was announced to be removed in 0.8
in 2006 but has stuck around for some reason until now.


Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.714
retrieving revision 1.715
diff -u -d -r1.714 -r1.715
--- check	23 Oct 2009 19:18:00 -0000	1.714
+++ check	23 Oct 2009 20:46:13 -0000	1.715
@@ -829,9 +829,7 @@
 
 my $template;
 
-if ($File->{Opt}->{Output} eq 'xml') {
-  $template = &get_template($File, 'xml_output.tmpl');
-} elsif ($File->{Opt}->{Output} eq 'earl') {
+if ($File->{Opt}->{Output} eq 'earl') {
   $template = &get_template($File, 'earl_xml.tmpl');
 } elsif ($File->{Opt}->{Output} eq 'n3') {
   $template = &get_template($File, 'earl_n3.tmpl');

Received on Friday, 23 October 2009 20:46:55 UTC