Hello,
Je voudrais savoir si deux chaines sont différentes.
J'ai écrit le code suivant, mais cela ne marche pas... Pourquoi?
J'ai mis dans l'en-tête:Code:
1
2
3 <xsl:if test="not(fn:codepoint-equal($bindRecu,$bindEnvoi))"> <xsl:call-template name="affichage"/> </xsl:if>
L'erreur est la suivante:"Function not in namespaceError in XPath expression, function not in a namespace"Code:xmlns:fn="http://www.w3.org/2006/xpath-functions"
Merci d'avance...
A+