/
default xslt cdata and attribute match template
default xslt cdata and attribute match template
<xsl:template match="text()|@*">
<xsl:value-of select="."/>
</xsl:template>
, multiple selections available,
<xsl:template match="text()|@*">
<xsl:value-of select="."/>
</xsl:template>