[ http://issues.apache.org/jira/browse/XALANJ-1880?page=all ]
Brian Minchau updated XALANJ-1880: ---------------------------------- Version: 2.6 (was: Latest Development Code) > StackOverflowError on XPath expression > -------------------------------------- > > Key: XALANJ-1880 > URL: http://issues.apache.org/jira/browse/XALANJ-1880 > Project: XalanJ2 > Type: Bug > Components: XPath > Versions: 2.6 > Environment: Operating System: Other > Platform: Other > Reporter: arn44 > 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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]