From d7a5a69990345838d1c5d1b23280caa1c842a949 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Thu, 16 Aug 2012 02:18:31 +0200 Subject: Fix handling of names in xsl:attribute A prefix of 'xmlns' is actually allowed. It should simply be ignored if a namespace is given. Without a namespace the lookup by prefix will fail anyway. What the spec doesn't allow is an attribute name of 'xmlns' which will now be rejected. --- tests/REC/test-7.1.3.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/REC/test-7.1.3.out b/tests/REC/test-7.1.3.out index dee08322..652fd9c6 100644 --- a/tests/REC/test-7.1.3.out +++ b/tests/REC/test-7.1.3.out @@ -1,2 +1,2 @@ - + -- cgit v1.2.3