<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xpath-default-namespace="http://ivis.eps.gov.lv/XMLSchemas/100006/LandRegister/v1-0">
  <xsl:output method="html" encoding="UTF-8" indent="no"/>
  <xsl:template match="/">	
		<xsl:for-each select="//RealEstate">							
			 Īpašums <xsl:value-of select="position()"/>: <b><xsl:value-of select="Address"/>, kadastra numurs - <xsl:value-of select="CadastreNr"/></b><br/>
		</xsl:for-each>				
  </xsl:template>
</xsl:stylesheet>