xsl-list
[Top] [All Lists]

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

2012-12-07 09:32:09

<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





--~------------------------------------------------------------------
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>
--~--