In XSLT 1.0, you can get the local name or the namespaceUri of an XML element using the functions:
string local-name (node)
and
string namespace-uri(node)
but is there a standard function to get the prefix of an element having a qualified name ?