Code:<xsl:template match="Employee"> <Employee> <xsl:attribute name="date_of_birth"> <xsl:value-of select="@date_of_birth" /> </xsl:attribute> <xsl:attribute name="first_names"> <xsl:value-of select="@first_names" /> </xsl:attribute> <!-- etc. --> </Employee> </xsl:template>




Reply With Quote
