default xslt cdata and attribute match template

<xsl:template match="text()|@*">
      <xsl:value-of select="."/>
</xsl:template>