I think it is a bug in the XSLT, actually. I think using <xsl:element
name="{name()}"/> and <xsl:attribute name="{name()}"/> is the cause of the problem.
These will copy the namespace prefixes, but not the namespaces themselves. So this
really ought to fail, just as if you had:
<xsl:attribute name="totally-undeclared-namespace:foo">bar</xsl:attribute>
Cheers
Con
> -----Original Message-----
> From: Antonio Gallardo [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 12 November 2003 3:26 p.m.
> To: [EMAIL PROTECTED]
> Subject: Re: XSLT and Namespaces Problem
>
>
> Joerg Heinicke dijo:
> > And I really wonder about this Xalan message! A not
> available namespace
> > declaration should result in an error - and it normally does so with
> > Xalan too, I never only get a warning.
>
> Hi Joerg:
>
> Can you fill a bug for Xalan about this if there is not already?
>
> Best Regards,
>
> Antonio Gallardo
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]