xsl-list
[Top] [All Lists]

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

2005-06-04 19:06:33
Thank you Mike for answer ..

Regards,
Mukul

----------------------------------------
XML and XSLT FAQ (A personal collection)
http://gandhimukul.tripod.com
----------------------------------------

--- Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:

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(_at_)yahoo(_dot_)com]

Sent: 04 June 2005 10:31
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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



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






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





                
__________________________________ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs

--~------------------------------------------------------------------
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>
  • RE: preceding-sibling::node()[1] to root node, Mukul Gandhi <=