How can I include html in my xml file ?

webmasterbeta

New Member
hello,second basic question:I have a xml file with the element description who's contains html formattedtext:<description><H1>some html formatted text</H1></description>and I would like retrieve this with xsl by<xsl:template match="description"><value-of select="."></xsl:template>and have as result an html file with<H1>some html formatted text</H1>it's possible ?thankxxdjer
 
Back
Top