<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
  xmlns:pers="http://ivis.eps.gov.lv/XMLSchemas/100010/PopulationRegister/v1-0"
  xmlns:common="http://ivis.eps.gov.lv/XMLSchemas/100002/EPCommonSchemas/v1-0"
  exclude-result-prefixes ="pers common xsl">

  <xsl:output method="html" encoding="UTF-8" indent="no" />
  <xsl:template match="/">
    <xsl:text>No PMLP reģistra tiek pieprasīts šīs personas&#xA0;</xsl:text>
    <b>
      <xsl:value-of select="/pers:InquiredPersonCode/pers:PersonCode" />
    </b>
    <xsl:text>&#xA0;nepilngadīgo bērnu saraksts.</xsl:text>
  </xsl:template>
</xsl:stylesheet>