if node is isolated, stay in old protocol
[spider.git] / perl / DXProtHandle.pm
index 99eb71d27464c27299708a1a2590390ecbd84a01..51585f01facee34ea0e1cabc536132d9c1bafaa6 100644 (file)
@@ -615,7 +615,7 @@ sub handle_18
                        $self->sort('S');
                }
 #              $self->{handle_xml}++ if DXXml::available() && $_[1] =~ /\bxml/;
-               if ($_[1] =~ /\bpc9x/) {
+               if (!$self->{isolate} && $_[1] =~ /\bpc9x/) {
                        $self->{do_pc9x} = 1;
                        dbg("Do px9x set on $self->{call}");
                }