PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1758 *** shadow/1758 Sun May 20 17:27:27 2001 --- shadow/1758.tmp.12318 Tue Aug 28 11:48:35 2001 *************** *** 1,19 **** ! Bug#: 1758 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: Sun ! OS/Version: Solaris ! Status: RESOLVED ! Resolution: FIXED ! Severity: Critical ! Priority: High ! Component: org.apache.xalan.xsltc ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: axes108 select="@*/following::comment()" axis causes endless loop ! The axes tests axes108, axes110, and axes112 get stuck in endless loops causing Java to overflow its stack. They have the following apply-templates instructions: --- 1,19 ---- ! +============================================================================+ ! | axes108 select="@*/following::comment()" axis causes endless loop | ! +----------------------------------------------------------------------------+ ! | Bug #: 1758 Product: XalanJ2 | ! | Status: VERIFIED Version: 2.0.1 | ! | Resolution: FIXED Platform: Sun | ! | Severity: Critical OS/Version: Solaris | ! | Priority: High Component: org.apache.xalan.xsltc | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | The axes tests axes108, axes110, and axes112 get stuck in endless loops causing Java to overflow its stack. They have the following apply-templates instructions: *************** *** 80,83 **** xpath expression how can the attribute axis provide the context for another axis. In this case the expression was select="@*/following::comment()". The element to which an attribute is attached would provide context for ! 'following' axis, but I don't see how an attribute node can provide context. --- 80,83 ---- xpath expression how can the attribute axis provide the context for another axis. In this case the expression was select="@*/following::comment()". The element to which an attribute is attached would provide context for ! 'following' axis, but I don't see how an attribute node can provide context.
