xsl-list
[Top] [All Lists]

RE: [xsl] Identity transform (case conversion)

2006-07-07 11:49:18
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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--