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=29367>.
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=29367

StackOverflowError on XPath expression

           Summary: StackOverflowError on XPath expression
           Product: XalanJ2
           Version: 2.6
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: org.apache.xpath
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have a StackOverflowError when the XPath of my variable test = "aa | bb[not
(cc/@t='V')]/pp"
but not if the XPath = "bb[not(cc/@t='V')]/pp | aa"


-----------------------------
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
<xsl:output method = "html" encoding="iso-8859-1" />    
<xsl:template match="/">        
<html>
<title></title>
<body>                  
<xsl:variable name = "test" select = "aa | bb[not(cc/@t='V')]/pp" />            
</body>
</html>
</xsl:template>
</xsl:stylesheet>
-------------------
<aa>
   <bb>
   </bb>
</aa>
-------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to