Salut ,
Voilà mon prb :
dans mon fichier xml g un attribut (en rouge ) à vérifié

XML:

<rty893:active host="www.google.fr" protocol="http" xmlns:ns273= "http://mondomaine1.com/applications/"/>

....

<rty8983:active host="www.google.fr" protocol="http" xmlns:ns783= "http://mondomaine2.com/applications/"/>

Je cherche donc à récupérer la valeur de l'attribut xmlns:ns???.

J'ai fais le parcours suivant:
XSL:

<xsl:for-each select="attribute::*">
...
</xsl:for-each>

Mais je n'arrive pas à trouvé de syntaxe/moyen d'obtenir le nom de l'attribut parcouru ....
merci pour vos réponses