<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
  xmlns:pr="http://ivis.eps.gov.lv/XMLSchemas/100010/PopulationRegister/v1-0" exclude-result-prefixes ="pr">
  <xsl:output method="html" encoding="UTF-8" indent="no" />
  <xsl:template match="/">		
		<xsl:text>Pēc Iedzīvotāju Reģistra datiem personas statuss ir </xsl:text>
		<b>
			<xsl:value-of select="//pr:PersonStatus/pr:PersonStatus" />		
		</b>		
	</xsl:template>
</xsl:stylesheet>