Необходимо создать переменную xsl :, следующий синтаксис для идентификаторов / параметров не работает
<xsl:variable name="idVar" select="$ID"/> <xsl:variable name="orgId" select="$orgId"/> <xsl:variable name="propertyId" select="$propertyId"/> <xsl:variable name="ReturnScreen">https://example.com/exhibitors/index-Detail-deposit.php?ID={$ID}&orgId={$orgId}&propertyId={$propertyId}</xsl:variable>