<Text> <b>Bold text</b><i>Italic text</i> </Text>
<xslt:template match="Text"> <xslt:copy-of select="*|text()"/> </xslt:template>
<b>Bold text</b><i>Italic text</i>