我如何处理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]" />