Code: Alles auswählen.
<xsl:for-each select="ns0:NtryDtls/ns0:TxDtls/ns0:Chrgs">
<xsl:for-each select="*">
<xsl:variable name="Chrgs">
<xsl:for-each select="node() | @*">
<xsl:value-of select="." />
<xsl:if test="not(position()=last()) ">*</xsl:if>
</xsl:for-each>
</xsl:variable>
<FEBRE>
<VWEZW>
<xsl:value-of select="$Chrgs" />
</VWEZW>
</FEBRE>
</xsl:for-each>
</xsl:for-each>