Tip: Click lines to highlight, hold ctrl/cmd to multi-select
XSLT range (4-Sep @ 23:27)
Syntax Highlighted Code
- <xsl:template match="b">
- <xsl:for-each select="item[position()>=3 and 7>=position()]" >
Plain Code
<xsl:template match="b">
<xsl:for-each select="item[position()>=3 and 7>=position()]" >