Subject: RE: preceding-sibling::node()[1] to root node
From: Mukul Gandhi <mukul_gandhi@xxxxxxxxx>
Date: Sat, 4 Jun 2005 19:06:33 -0700 (PDT)
|
Thank you Mike for answer ..
Regards,
Mukul
----------------------------------------
XML and XSLT FAQ (A personal collection)
http://gandhimukul.tripod.com
----------------------------------------
--- Michael Kay <mike@xxxxxxxxxxxx> 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@xxxxxxxxx]
>
> > Sent: 04 June 2005 10:31
> > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > Subject: 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
>
>
__________________________________
Do you Yahoo!?
Make Yahoo! your home page
http://www.yahoo.com/r/hs
|