Well for a[0][0][0] to work you would never need to use the 'elements' , the
point is
d=a.element('div#target') works while d=a.elements('div#target') does not ,
while according to the docs it should

On Thu, Sep 2, 2010 at 6:20 PM, Vasile Ermicioi <[email protected]> wrote:

> you get a list of elements that have nothing to do with the original
>
> a[0][0][0] = "changed"  works
>
>

Reply via email to