79697156

Date: 2025-07-10 13:49:10
Score: 1
Natty:
Report link

If you form a string from the set, you could use concat() to check whether the variable value is included.

<xsl:if test="contains('7 8 9', $k)">
    <!-- Do something -->
</xsl:if>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: KevCo