Re: [xsl] serialized form of XML using xslt 1.0

Subject: Re: [xsl] serialized form of XML using xslt 1.0
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Fri, 07 Dec 2012 15:31:50 +0000
<foo>
   <bar/>
   <bar xmlns=''/>
</foo>

with

<xsl:template match="bar">
   <xsl:value-of select="boolean(namespace::*[name() = '']"/>

Saxon 6.5.5 returns true true

Xalan returns false true

I would have expected false false. But it's Friday afternoon.


Michael Kay
Saxonica

Current Thread