You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2004/06/16 19:20:05 UTC

DO NOT REPLY [Bug 28622] - infinite loop in XSLTC if id(...) is used

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

igorh@ca.ibm.com 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 igorh@ca.ibm.com  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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org