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=5301>. 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=5301 XSLT rec. xsl:if example Nr 1 doensn't work [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2001-12-06 07:56 ------- In this case, <name>John Doe</name> is _not_ the last child of the parent. There is a whitespace text node following it, so the position of <name>John Doe</name> is not equal to last(). You can either remove whitespace from your source file, or use xsl:strip-space in your stylesheet to strip whitespace text nodes from the namelist element: <xsl:strip-space elements="namelist"/> It's best to post a question to the list, or try another processor before posting a bug.
