Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xslt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
确定xslt中的行位置为每10个位置_Xslt_Modulus - Fatal编程技术网

确定xslt中的行位置为每10个位置

确定xslt中的行位置为每10个位置,xslt,modulus,Xslt,Modulus,以下是我当前的xslt: <xsl:when test="position()=10"> 不确定解决方案是什么。我想您需要 <xsl:when test="position() mod 10">

以下是我当前的xslt:

      <xsl:when test="position()=10">
不确定解决方案是什么。

我想您需要

      <xsl:when test="position() mod 10">