Tip: Click lines to highlight, hold ctrl/cmd to multi-select

XSLT range (4-Sep @ 23:27)

remy

Syntax Highlighted Code

  1. <xsl:template match="b">
  2.   <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()]" >

Permalink: http://codedumper.com/arosi