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

Subject: RE: [xsl] preceding-sibling::node()[1] to root node
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sat, 4 Jun 2005 18:29:00 +0100
It should be zero. (Just as count(/..) is zero - a fact that is widely
relied on).

Michael Kay
http://www.saxonica.com/ 

> -----Original Message-----
> From: Mukul Gandhi [mailto:mukul_gandhi@xxxxxxxxx] 
> Sent: 04 June 2005 10:31
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> 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
> 
> 
> 
> 		
> __________________________________ 
> Discover Yahoo! 
> Get on-the-go sports scores, stock quotes, news and more. 
> Check it out! 
> http://discover.yahoo.com/mobile.html

Current Thread