Top "Findall" questions

Finds all matching sub-elements, by tag name or path.

Extracting strings in Python in either single or double quotes

I need help with a Python regex to extract strings either inside single or double quoted. I found a solution …

python regex string quotes findall
AttributeError: 'Element' object has no attribute 'findAll'

I am trying to parse an XML with namespace, The XML looks like <DATA xmlns="http://example.com/nspace/…

python xml namespaces attributeerror findall