Hello, Is there some utility with lxml to retrieve the namespace and the name of a tag, or do we have to write on our own something like the following, anytime we need it ? ns, tag = node.tag[1:].find('}') -- David.