How to use Python XML findall to find ”
I’m trying to do a find all from a Word document for <v:imagedata r:id="rId7" o:title="1-REN"/>
with namespace xmlns:v="urn:schemas-microsoft-com:vml"
and I cannot figure out what on earth the syntax is.
I’m trying to do a find all from a Word document for <v:imagedata r:id="rId7" o:title="1-REN"/>
with namespace xmlns:v="urn:schemas-microsoft-com:vml"
and I cannot figure out what on earth the syntax is.