Project

Profile

Help

Bug #3316

Updated by Michael Kay almost 7 years ago

Given the following template rule: 

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

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

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

Back