[xsl] what could select="self:node()[false()] be for?

Subject: [xsl] what could select="self:node()[false()] be for?
From: Tom Amiro <Tom.Amiro@xxxxxxx>
Date: Fri, 18 Oct 2002 09:35:54 -0400
XSLTC compiles the following template but at runtime throws 
an error. Does anyone have a clue what the line

  <xsl:param name="data" select="self::node()[false()]"/>

could be doing; is supposed to do; does it make any sense?

<xsl:template name="POP_UP">
<xsl:param name="id"/>
<xsl:param name="data" select="self::node()[false()]"/>
</xsl:template>

 Tom Amiro

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


Current Thread