All the Perl that's Practical to Extract and Report
Dear Log,
Because I keep forgetting this:
When you have, in XML, <... xmlns:Zaz="someuri" ... > <Zaz:whatever> ... </Zaz:whatever> , the someuri is called the namespace name and the "Zaz" is called the namespace prefix.
<... xmlns:Zaz="someuri" ... > <Zaz:whatever> ... </Zaz:whatever>