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

http://issues.apache.org/bugzilla/show_bug.cgi?id=28622

infinite loop in XSLTC if id(...) is used

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Xalan                       |org.apache.xalan.xsltc
            Summary|Sorting fails, if id(...) is|infinite loop in XSLTC if
                   |used">                      |id(...) is used



------- Additional Comments From [EMAIL PROTECTED]  2004-06-16 17:20 -------
Simplified test-case

<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
 <xsl:template match="b"> 
  
   <xsl:for-each select="id(@refs)"/>
   <xsl:text>xxxx:&#10;</xsl:text>  
  <xsl:apply-templates select="id(@refs)"/>      
  
</xsl:template>
</xsl:stylesheet>


I am working on it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to