DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6021>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6021

Infinite loop with select=".." throws TransformerException without info





------- Additional Comments From [EMAIL PROTECTED]  2002-01-28 23:03 -------
The stylesheet has an infinite loop where it walks up the parent/ancestor axis,
hits the top, then runs back down via built-in templates until it hits the node
that matches the same template that started walking upward. Add this template
    <xsl:template match="xs:schema" mode="findComplexType">
      <xsl:text>We hit the top without finding the complex type!</xsl:text>
    </xsl:template>
to break the loop.

The issue raised by this bug is whether any kind of "been here before (in this
mode)" tracing is possible.

Reply via email to