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=11743>. 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=11743 Variable not resolved in user defined extension element [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] ------- Additional Comments From [EMAIL PROTECTED] 2002-08-16 20:50 ------- The problem is that the parent of the variable $counterRef in "ecnfns:Counter.get($counterRef)" is not set. The proposed patch is to overload the exprSetParent() interface in FuncExtFunction. We can also set the parent in execute() when the argument is used. However, overloading exprSetParent() seems to be more syntactically correct. This will ensure that the arguments will the parent set right after the XPath is created.
