xsl-list
[Top] [All Lists]

Re: [xsl] Identity transform (case conversion)

2006-07-07 19:09:12
Thanks Mike for your comments.

Can you please clarify whether this is a bug with Xalan-J 2.7.0:

This instruction is not generating the namespaces in the output
<xsl:copy-of select="current()//namespace::*" />

(Saxon 8.7.3 and MSXML 4.0 do generate the namespaces)

Regards,
Mukul

On 7/8/06, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:
> 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>
--~--