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





------- Additional Comments From [EMAIL PROTECTED]  2004-07-08 20:04 -------
Hi,
I tested the provided test.xml and test.xsl file on windows and it seems to 
work for me.  I used the latest version xalan.jar (currentCVS).
D:\testbuild>java -cp xalan.jar; org.apache.xalan.xslt.Process -IN d:\test.xml -
XSL d:\Test.xsl
Wrong sorting order:
* bar
* foo
Correct result only, if id() is wrapped into node-set():
* bar
* foo
Also apply-templates fails:
* bar
* foo


It appears that bug has been fixed in currentCVS.  Please note that currentCVS 
contains defects fixed on version 2.6.0. 

I hope this helps!
Thanks
Yash Talwar

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

Reply via email to