fixed parsing for science direct html with more than one <a href=> per one <tr>
[webpac] / parse_format.pm
index d12a94c..e5b23a6 100644 (file)
@@ -224,7 +224,7 @@ sub parse_excel_format {
                } elsif ($format =~ s/^([^A-Z\|]+)(\|[A-Z]{1,2}\|)/$2/) {
                        $prefix .= $1 if ($display);
                } else {
-                       print STDERR "unparsed format: $format\n";
+                       #print STDERR "unparsed format: $format\n";
                        $prefix .= $format;
                        $format = "";
                }