RE: [xsl] Identity transform (case conversion)

Subject: RE: [xsl] Identity transform (case conversion)
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 7 Jul 2006 19:49:03 +0100
> But this predicate doesn't work as expected, with MSXML. 
> MSXML outputs 
> xmlns:auto-ns1="http://www.w3.org/xml/1998/namespace"; in the 
> absence of this predicate.

That sounds like a nasty bug, because the XML namespaces spec states that
the only prefix you can bind to this namespace URI is the prefix "xml".
However, the workaround would be to test the namespace URI rather than the
prefix.

Michael Kay
http://www.saxonica.com/

Current Thread