Message:
The following issue has been resolved as INVALID.
Resolver: Henry Zongaro
Date: Tue, 19 Oct 2004 12:10 PM
I believe this is reasonable behaviour. The stylesheet contains an infinite recursion
- the template that matches the root node performs an apply-templates on the root
node, and the template that matches it performs an apply-templates on the root node,
and the template that matches....
Did you have different behaviour in mind? If so, please feel free to reopen this
report - perhaps as an enhancement request.
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/XALANJ-1958
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XALANJ-1958
Summary: Stack overflow due to incorrect stylesheet
Type: Bug
Status: Resolved
Priority: Major
Resolution: INVALID
Project: XalanJ2
Components:
Xalan-interpretive
parse-or-compile
Versions:
2.6
Assignee:
Reporter: elharo
Created: Mon, 20 Sep 2004 12:16 PM
Updated: Tue, 19 Oct 2004 12:10 PM
Description:
One of the Microsoft OASIS error test cases, Errors_err073, causes a
StackOverflowError. I've tested this with Java 1.4.2_05 on Linux and Mac OS X.
[EMAIL PROTECTED] Errors]$ java -Xbootclasspath/p:/opt/xalan-j_2_6_0/bin/xalan.jar
-classpath
/opt/xalan-j_2_6_0/bin/xalansamples.jar:/opt/xalan-j_2_6_0/bin/xercesImpl.jar
org.apache.xalan.xslt.Process -IN data.xml -XSL param-dup.xsl
(Location of error unknown)XSLT Error (java.lang.StackOverflowError): null
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]