|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: preceding-sibling::node()[1] to root node
On 6/4/05, Mukul Gandhi <mukul_gandhi@xxxxxxxxx> wrote: > 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? This is a very easy, straightforward to answer question. How many preceding-sibling nodes does the document node have? Exactly zero. Therefore, the expression in the brackets is the empty node-set. How many elements does the empty node-set have? Exactly zero. Therefore the answer is: 0 Cheers, Dimitre Novatchev.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart


![Re: preceding-sibling::node()[1] to root node](/images/get_stylus.gif)





