I was to obtain the node of the tag:
<helloworld>
...
</helloworld>
How do i use the .find() operation provided by the The ElementTree XML API if i only know half the tag characters?
In more detail i want .find("(*)world")
and obtain the node of the helloworld tag