X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXProt.pm;h=143b71e48e4a98c0ff141479aa76f1b73efb96a9;hp=53ca8ea37131662cbc0e3583e510c240eace6905;hb=0148e301a41d89c154254a457f7d79334eea9442;hpb=27ee91e79ded3e4286874769d2d6bd14dc7213a3 diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 53ca8ea3..143b71e4 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -333,7 +333,7 @@ sub normal { my ($self, $line) = @_; - if ($line =~ '^<\w+\s') { + if ($line =~ '^<\w+\s' && $main::do_xml) { DXXml::normal($self, $line); return; }