xsl-list
[Top] [All Lists]

Re: preceding-sibling::node()[1] to root node

2005-06-04 02:35:01
----- Original Message ----- From: "Mukul Gandhi" <mukul_gandhi(_at_)yahoo(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Saturday, June 04, 2005 10:30 AM
Subject: [xsl] preceding-sibling::node()[1] to root node


I have a question..

What should be the output of?

<xsl:template match="/">
 <xsl:value-of
select="count(preceding-sibling::node()[1])" />
</xsl:template>

Should it be 0 or 'NaN' .. Or something else?

Regards,
Mukul



I don't know the book answer but instinctively I feel the count of anything should not be NaN. What set does not have cardinality, if that's the correct term?

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



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