You need an output element with the names of the elements that contain cdata as follows:
Code:
<xsl:output cdata-section-elements="value"/>
If you have more than one element separate the names with spaces.
In my opinion this method of storing html within xml rarely works, it always limits what you can do later but I realise that there are no perfect solutions.
--
Joe (
Microsoft MVP - XML)