summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhttpd/cgi-bin/check12
1 files changed, 9 insertions, 3 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index c62d3fd..5aef3a2 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -9,7 +9,7 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.166 2001-07-29 07:05:06 link Exp $
+# $Id: check,v 1.167 2001-07-29 07:15:08 link Exp $
#
# We need Perl 5.004.
@@ -80,9 +80,9 @@ my $element_ref = 'http://www.htmlhelp.com/reference/html40/';
#
# Strings
-$VERSION = q$Revision: 1.166 $;
+$VERSION = q$Revision: 1.167 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
-$DATE = q$Date: 2001-07-29 07:05:06 $;
+$DATE = q$Date: 2001-07-29 07:15:08 $;
$MAINTAINER = 'gerald@w3.org';
$NOTICE = ''; # "<p><strong>Note: This service will be ...</strong>";
@@ -572,6 +572,12 @@ if ($File->{Type} eq 'xml' or $File->{Type} eq 'xhtml') {
&add_table("Root Namespace",
"<a href='$File->{Namespace}'>$File->{Namespace}</a>");
}
+ } elsif ($File->{Type} eq 'svg' and $File->{Namespace} ne 'http://www.w3.org/2000/svg') {
+ &add_warning ("Unknown namespace (&#171;<code>$File->{Namespace}</code>&#187;) for SVG document!");
+ if ($File->{Namespace} ne '') {
+ &add_table("Root Namespace",
+ "<a href='$File->{Namespace}'>$File->{Namespace}</a>");
+ }
} else {
if ($File->{Namespace} ne '') {
&add_table("Root Namespace",