xslt: relpipe-out-xhtml: display also record count v_0 v0.16
authorFrantišek Kučera <franta-hg@frantovo.cz>
Thu, 04 Jun 2020 14:08:47 +0200
branchv_0
changeset 27 796ff16f32fc
parent 26 0ea0534aee73
child 28 a93583fdc8e4
xslt: relpipe-out-xhtml: display also record count
xslt-examples/relpipe-out-xhtml.xsl
--- a/xslt-examples/relpipe-out-xhtml.xsl	Fri Jan 31 23:34:53 2020 +0100
+++ b/xslt-examples/relpipe-out-xhtml.xsl	Thu Jun 04 14:08:47 2020 +0200
@@ -165,6 +165,10 @@
 						</tbody>
 					</table>
 					
+					<p>
+						Record count: <xsl:value-of select="count(rp:record)"/>
+					</p>
+					
 				</xsl:for-each>
 
 			</body>