hi, I have a problem, I've got a xml file that contains HTML TAGS. I want show this data like HTML without any XML filter. I'm using tag copy:
<xsl:template match=" //show//* | //show//text()">
<xsl:copy >
<xsl:apply-templates />
</xsl:copy>
</xsl:template>
But attributes...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.