This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Extra xmlns=""


On Tue, 17 Jul 2001, David Carlisle wrote:

> As Mike commented, two of those systems are getting this wrong.
> Unfortunately you haven't shown enough of the stylesheet to determine
> which. (just need to see the xsl:stylesheet start tag)
>
> <xsl:template match="article">
>  <html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
>
> so here <html is in the XHTML namespace as are all unprefixed elements
> _in that template_.


Ah!  Now I see.

I checked the <xsl:stylesheet> tag, and I did not have a no-prefix
namespace defined.  When I added

xmlns="http://www/w3c/org/1999/xhtml";

to the <xsl:stylesheet> tag and ran it again, I did not get the extra
undeclarations.  So it appears that MSXML and XT were correct, and Xalan
was in error.

Thanks, Dave!  I guess I should let the Xalan folks know... :-)

--Larry Garfield


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]