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=19915>. 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=19915 getAttributes does not work in ElemExtensionCall subtree ------- Additional Comments From [EMAIL PROTECTED] 2003-07-10 19:32 ------- hi, Jean Thanks for providing a test case. I looked at it and found 2 issues. Actually, the first problem is a limitation of Xalan. It is not clearly specified what should be returned for an extension call. Xalan implementation treats the results as nodes, but didn't implement every method of Node interface. The getAttributes() method is not implemented for ElemExtensionCall. The second problem is a bug in Xalan. Error message, "ER_FUNCTION_NOT_SUPPORTED" is missing in the XSLTErrorResources.
