Bonsoir,
Je cherche à appliquer une règle à tous les noeuds de type a du document ayant un certain attribut id et n'ayant de noeud fils de type b.
J'ai pensé à cela
Code:<xsl:apply-templates select="//a[@ID=$nodeid and count(descendant::b)=0]" />
Mais ça ne semble pas marcher. :cry:
:merci: par avance