From 825d5a468a823c2b475cd387fc9b64cc398f03b7 Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Wed, 6 Sep 2006 15:57:55 +0200 Subject: [PATCH] Ignore xmlns stuff on both sides. --- tests/xml-diff.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/xml-diff.pl b/tests/xml-diff.pl index 584b1e4..b99887f 100644 --- a/tests/xml-diff.pl +++ b/tests/xml-diff.pl @@ -106,6 +106,7 @@ sub compare_attr_list { my $attr2_found; for my $attr2 ($attrs2->getValues) { + next if ($attr2->getName =~ /^xmlns:(.*)$/); my ($nsuri2, undef, $lname2) = $nsup2->process_attribute_name($attr2->getName); $nsuri2 |= ''; -- 2.39.2