Hi
When using <xsl:apply-templates select="Documen t"I get 10 documents. How
can I limit it to only the first 5 documents, e.g. pseduo
<xsl:apply-templates select="Documen t[position() < 6]">
When using <xsl:apply-templates select="Documen t"I get 10 documents. How
can I limit it to only the first 5 documents, e.g. pseduo
<xsl:apply-templates select="Documen t[position() < 6]">
Comment