DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36680>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36680 Summary: Bad xslt transform with for-each, variable, and position Product: Ant Version: 1.6.5 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P4 Component: Core tasks AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The attached input.xml and stylesheet.xsl produces bad results with the <xslt> task. The results are good with the current Xalan-J run from the command-line. The problem is that a <xsl:for-each>, when selecting on a node-set variable and checking the position() within the loop, does not make it past the first loop iteration. If one of these conditions is removed, it runs correctly. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
