I don't follow this at all, where does <Tim> come from?
If it's hard-coded just change what you have to:
Code:
<xsl:template match="SubGroupB">
<SubTeamB>
<xsl:copy-of select="Mike">
<Tim>Boy</Tim>
<xsl:copy-of select="Robin">
</SubTeamB>
</xsl:template>
Otherwise I suggest you provide a bit more detail about your input, current XSLT and desired output.
--
Joe (
Microsoft MVP - XML)