parent attribute in XMLNode

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

parent attribute in XMLNode

Alain Plantec
Hi all,

while playing with XML, I found that 'parent' XMLNode instance variable is
always nil. 'parent' instance variable is inserted by XPath package.
so, where/how is 'parent' assign ?
thanks

alain

Reply | Threaded
Open this post in threaded view
|

[FIX] Re: parent attribute in XMLNode

Alain Plantec
Le Wednesday 05 July 2006 17:01, Alain Plantec a écrit :
> Hi all,
>
> while playing with XML, I found that 'parent' XMLNode instance variable is
> always nil. 'parent' instance variable is inserted by XPath package.
> so, where/how is 'parent' assign ?
> thanks
>
> alain
bug reported with a trivial fix :
http://bugs.impara.de/view.php?id=4096
alain