Need the list of XML parsers

Stefan Behnel stefan_ml at behnel.de
Tue Jan 18 02:06:42 EST 2011


Venu, 17.01.2011 21:34:
> Using cElementTree, would you be willing show to me how to find the nodes with certain attribute, ie search using attributes and attibute values.
> I did not see any example code from the cElementTree official website.

Check out the documentation of ElementTree and lxml.etree. That should get 
you going.

Stefan




More information about the Python-list mailing list