Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
関数内で xsl 関数を呼び出すことはできますか? 以前の値と現在の値を比較したいだけです。例えば:
<xsl:value-of select="//row[(position()-1)]/MONTH_ID" />
ただし、以下のコードは問題ありません。
<xsl:value-of select="number(position())-1" />