You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Henry Zongaro (JIRA)" <xa...@xml.apache.org> on 2007/08/24 20:21:35 UTC

[jira] Commented: (XALANJ-1880) StackOverflowError on XPath expression

    [ https://issues.apache.org/jira/browse/XALANJ-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522605 ] 

Henry Zongaro commented on XALANJ-1880:
---------------------------------------

See the patch for XALANJ-1243 for a fix for the StackOverflowException from thrown from XString.equals.  That patch does not resolve the problem originally reported by arnaud in this Jira issue.

For a patch that resolves this issue see instead the patch attached to XALANJ-2347.

> StackOverflowError on XPath expression
> --------------------------------------
>
>                 Key: XALANJ-1880
>                 URL: https://issues.apache.org/jira/browse/XALANJ-1880
>             Project: XalanJ2
>          Issue Type: Bug
>          Components: XPath
>    Affects Versions: 2.6
>         Environment: Operating System: Other
> Platform: Other
>            Reporter: arnaud
>            Assignee: Xalan Developers Mailing List
>
> 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>
> -------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org