Update of /var/cvs/CVSROOT
In directory james.mmbase.org:/tmp/cvs-serv26187

Modified Files:
        commitinfo xmlvalidate.pl 
Log Message:
turned on xml-validation


See also: http://cvs.mmbase.org/viewcvs/CVSROOT


Index: commitinfo
===================================================================
RCS file: /var/cvs/CVSROOT/commitinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- commitinfo  28 Dec 1999 14:46:39 -0000      1.1
+++ commitinfo  8 Apr 2008 08:18:35 -0000       1.2
@@ -13,3 +13,6 @@
 #
 # If the name "ALL" appears as a regular expression it is always used
 # in addition to the first matching regex or "DEFAULT".
+
+
+ALL  $CVSROOT/CVSROOT/xmlvalidate.pl


Index: xmlvalidate.pl
===================================================================
RCS file: /var/cvs/CVSROOT/xmlvalidate.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- xmlvalidate.pl      17 Feb 2004 15:57:56 -0000      1.2
+++ xmlvalidate.pl      8 Apr 2008 08:18:35 -0000       1.3
@@ -1,14 +1,8 @@
 #!/usr/bin/perl
-
-
-# Michiel: not yet used, but we propose to do it soon (when xmllint is 
available)
-# 
-# <Gullie> commitinfo:^eo/docs   $CVSROOT/CVSROOT/xmlvalidate.xml
-
 $module_dir = shift @ARGV;
 
 foreach $file (@ARGV) {
-  if ($file =~ m/xml$/ && $file !~ m/build.xml/) {
+  if ($file =~ m/\.(xml|jspx|xsl|xslt|tagx|tld)$/) {
     if (open FIL, "<$file") {
       close FIL;
       $files .= " $file";
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to