DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11629>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11629 XPath position() function returns twice the position [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-08-12 15:42 ------- No, it should not be 1, 2, 3, 4. You are forgetting the whitespace only text nodes between the item elements in your document. They exist, and they are counted, so the result of the position() function is correct. You should consider getting a good book on XSLT or reading the XSL FAQ, which can explain this, and many other questions you may have. See here for more information: http://www.dpawson.co.uk/xsl/xslfaq.html
