XSLT - Vérification d'une chaîne

J'ai deux variables XSLT comme indiqué ci-dessous:

<xsl:variable name="staticBaseUrl" select="'https://www.hello.com/htapi/PrintApp.asmx/getGames?contentId=id_sudoku&uniqueId="123456"&pageformat=a4'" /> 

<xsl:variable name="dynamicUrl" select="'https://www.hello.com/htapi/PrintApp.asmx/getGames'" /> 

Comment faire pour vérifier si la deuxième chaîne (dynamicUrl) est une sous-chaîne de la première chaîne (staticBaseUrl) ou pas?

OriginalL'auteur 1355 | 2011-03-17