[lxml-dev] find

Stefan Behnel stefan_ml at behnel.de
Wed May 16 11:14:20 CEST 2007


Hi,

Eric Garin wrote:
> Using the find method with a tag with namespace failed
> 
> if node.find("ns:tag"):

find*() uses "{qualified}tags". See

http://effbot.org/zone/element.htm#xml-namespaces

on this.

Stefan


More information about the lxml-dev mailing list