xsl-list
[Top] [All Lists]

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

2002-10-18 06:35:54
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



<Prev in Thread] Current Thread [Next in Thread>