<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
  xmlns:ivis="http://ivis.eps.gov.lv/XMLSchemas/100001/IVIS/v1-0"   
  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 personas koda </xsl:text>
		<b>
			<xsl:value-of select="//pr:PersonCode" />			
		</b>
		<xsl:text> notiek reģistrācijas pārbaude Iedzīvotāju Reģistrā</xsl:text>
	</xsl:template>
</xsl:stylesheet>