[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: count following-sibling node()‏

Subject: Re: count following-sibling node()‏
From: "Vasu Chakkera" <vasucv@xxxxxxxxx>
Date: Mon, 17 Nov 2008 11:48:33 +0000
Re:  count following-sibling node()‏
 *My earlier post got moderated by Hotmail as it did not consider XML
as  legitimate text*
 I am sure people made some sence of my mail but this is what I meant..

 Calling node() is not the same as calling the Element itself
Node in Xpath means:
 element, attribute, text, namespace, processing-instruction, comment,
and document (root) nodes.

 This is the tricky bit you should be careful about when you are using
the position() function or calculating the following sibling etc..

 Your logic will *Fail*  if there are other elements , or text nodes etc..

 the easiest way to explain your problem is to introduce another
element after your sixth EVENT , call it
 *NEW-EVENT*
 <xsl:value-of select="count(following-sibling::EVENT)"/> will call
ONLY EVENT nodes
 <xsl:value-of select="count(following-sibling::node())"/> WILL CALL
even the NEW-EVENT nodes




 This is easy identification of problem.


 It gets tricky when there are invisible nodes like the text nodes.

 <xsl:value-of select="count(following-sibling::EVENT)"/> will call
ONLY EVENT nodes
 When
 <xsl:value-of select="count(following-sibling::node())"/> WILL CALL
*ALL* the nodes including the invisible text nodes.

 Its really not *invisible* text nodes for a pair of eyes seeing XML
for a long time. But it could be confusing!!

 I think this is where you got confused.

 HTH

 Vasu Chakkera
 Numerical Algorithms Group.
 Oxford
 www.vasucv.com

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.