Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <xsl:template match="ns1:Locality">
  2. <ns1:Locality>
  3. <xsl:attribute-set name="Locality">
  4. <xsl:attribute name="{@View}">
  5. <xsl:value-of select="@value" />
  6. </xsl:attribute>
  7. <xsl:attribute name="{@Name}">
  8. <xsl:value-of select="@value" />
  9. </xsl:attribute>
  10. </xsl:attribute-set>
  11. <xsl:apply-templates select="/ns:NewBirthRegistrationDataRequest/ns1:NewBirthRegistrationData/ns1:ZagsApplicantData/ns1:AddressRegistration/ns1:AddressFIAS/ns1:Locality"/>
  12. </ns1:Locality>
  13. </xsl:template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement