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=15553>. 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=15553 Xalan extension function evaluate is not supported [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2002-12-20 14:52 ------- The evaluate function is NOT supported in XSLTC due to some design limitation. In XSLTC, the whole XSLT processing is separated into a compile phase and a runtime phase. The XPath expressions are compiled into iterator calls in the compile phase. However, the argument of the evaluate function is not known until runtime. We do not have a solution to support this at the moment.
