<xsl:template match="employee"> <xsl:copy> <xsl:copy-of select="*"/> <xsl:copy-of select="../Id"/> </xsl:copy> </xsl:template>