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=8134>.
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=8134

logic error in Function::Execute() for 3-argument functions





------- Additional Comments From [EMAIL PROTECTED]  2002-04-16 18:39 -------
OK, I'll update the samples and the doc, but I think you missed my point.

All extension functions are called through this overload of execute():

virtual XObjectPtr
execute(
    XPathExecutionContext&       executionContext,
    XalanNode*                   context,
    const XObjectArgVectorType&  args,
    const Locator*               locator) const;

So, if you're extension function implements this overload, the bug will not 
affect you.  Is that clearer?

Reply via email to