Istvan Albert wrote:
[EMAIL PROTECTED] wrote:
it seems to be invalid syntax if I give "/a/b[0]" to the findall()
method. Does anyone know the correct syntax?
I think the proper mindset going in should be that
elementtree does not support xpath but that
there are some handy constructs that resemble
[EMAIL PROTECTED] wrote:
it seems to be invalid syntax if I give "/a/b[0]" to the findall()
method. Does anyone know the correct syntax?
I think the proper mindset going in should be that
elementtree does not support xpath but that
there are some handy constructs that resemble
the location steps of
<[EMAIL PROTECTED]> wrote:
> I'm using ElementTree from effbot (http://effbot.org/zone/element.htm)
> and I'm having some problems finding nodes that have the same name. I
> know in XPATH, we can use an index to identify which node we need, but
> it seems to be invalid syntax if I give "/a/b[0]" t
Hi,
I'm using ElementTree from effbot (http://effbot.org/zone/element.htm)
and I'm having some problems finding nodes that have the same name. I
know in XPATH, we can use an index to identify which node we need, but
it seems to be invalid syntax if I give "/a/b[0]" to the findall()
method. Does an