[Bug 9812] [XSLT] Excluded namespace nodes and namespace aliases

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9812





--- Comment #3 from Michael Kay <mike@saxonica.com>  2010-05-27 15:48:52 ---
I've added this as test case nspc-n144.

The answer I get from Saxon is

<?xml version="1.0" encoding="UTF-8"?>
<y:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
             xmlns="http://www.w3.org/1999/XSL/Transform" 
             xmlns:y="http://www.example.org/My/Transform/Language"/>

which I believe is incorrect, for the reasons described.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 27 May 2010 15:48:55 UTC