<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
				xmlns:dc="http://purl.org/dc/elements/1.1/"
				xmlns:SRW="http://www.loc.gov/zing/srw/"
                xmlns:DIAG="http://www.loc.gov/zing/srw/diagnostic/"
                xmlns:zng="urn:z3950:zng_prototype1"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
                xmlns:xlink="http://www.w3.org/1999/xlink"
	
                version='1.0'>

    <xsl:output method='text' />
    
    <!-- let's get started -->
    <xsl:template match='/'>
        <xsl:value-of select='/SRW:searchRetrieveResponse/SRW:numberOfRecords' />
    </xsl:template>
    
</xsl:stylesheet>
