Project

Profile

Help

Bug #3316

closed

"Bad parent pointer" after simplifying nested blocks.

Added by Michael Kay almost 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Internals
Sprint/Milestone:
-
Start date:
2017-06-28
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
9.8
Fix Committed on Branch:
9.8
Fixed in Maintenance Release:
Platforms:

Description

Given the following template rule:

    <xsl:template name="t" as="node()*">
        <xsl:param name="e" as="element()?"/>        
        <xsl:sequence select="$e, $e"/>
    </xsl:template>

we get several "Bad parent pointer found" warning messages during compilation.

Originally raised here: https://saxonica.plan.io/boards/3/topics/6838?r=6841

Please register to edit this issue

Also available in: Atom PDF