Return-Path: Delivered-To: apmail-xml-xalan-dev-archive@www.apache.org Received: (qmail 64887 invoked from network); 4 Mar 2004 10:44:42 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Mar 2004 10:44:42 -0000 Received: (qmail 5000 invoked by uid 500); 4 Mar 2004 10:44:13 -0000 Delivered-To: apmail-xml-xalan-dev-archive@xml.apache.org Received: (qmail 4972 invoked by uid 500); 4 Mar 2004 10:44:13 -0000 Mailing-List: contact xalan-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: xalan-dev@xml.apache.org Delivered-To: mailing list xalan-dev@xml.apache.org Received: (qmail 4959 invoked from network); 4 Mar 2004 10:44:13 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 4 Mar 2004 10:44:13 -0000 Received: (qmail 18850 invoked by uid 50); 4 Mar 2004 10:44:54 -0000 Date: 4 Mar 2004 10:44:54 -0000 Message-ID: <20040304104454.18849.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: xalan-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 27429] New: - last() breaks nodeset position X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=27429 last() breaks nodeset position Summary: last() breaks nodeset position Product: XalanJ2 Version: CurrentCVS Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Xalan AssignedTo: xalan-dev@xml.apache.org ReportedBy: puckman@taglab.com This might be a dupe of #22949, but I'm not sure. My XML is:
My transform does a: ... - The 'last()' call seems to upset the current position in the nodeset and only the first section will match. Will attach my test JSTL transform.