for-each
すべての奇数 行に対してどのようにすればよいですか? XML は次のようになります。
<dsQueryResponse ViewStyleID="" BaseViewID="" TemplateType="" RowLimit="">
<Rows>
<Row title="A"/>
<Row title="B"/>
<Row title="C"/>
<Row title="D"/>
<Row title="E"/>
<Row title="F"/>
</Rows>
</dsQueryResponse>
これは機能しません:
<xsl:for-each select="../Row[position() mod 2 =1]" />