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
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2004-06-22 14:02 -------
The original bug "Sorting fails ..." is not fixed, see the test files
in the bug report.

I have fetched the CVS version and have run "ant" in the java directory
of xml-xalan. Then I have executed the following commands on my
linux machine (SuSE 9.0, bash shell):

export CLASSPATH=/work/cvs/xml-xalan/java/build/xalan.jar:\
/usr/local/share/xalan-j_2_6_0/bin/xml-apis.jar:\
/usr/local/share/xalan-j_2_6_0/bin/xercesImpl.jar

java org.apache.xalan.xslt.Process -xsl test.xsl -in test.xml

The result is:
| Wrong sorting order:
| * foo
| * bar
| Correct result only, if id() is wrapped into node-set():
| * bar
| * foo
| Also apply-templates fails:
| * foo
| * bar

Expectation: order "bar -- foo" in all three cases.

Yours sincerely
  Heiko <[EMAIL PROTECTED]>

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

Reply via email to