xslt-examples/relpipe-out-xhtml.xsl
branchv_0
changeset 27 796ff16f32fc
parent 25 8e2d9b67b51c
child 29 509cac0cf411
--- 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>