Developer forum

Forum » Templates » Problems displaying HTML in datalist template

Problems displaying HTML in datalist template


Reply
I changed the form on this page for an editor to be able to format the text. (http://snf.mellombels.no/Default.aspx?ID=11) But when I get the data back into the XSLT, all the html is canged to transformed characters. I even tried to output <xsl:value-of select="/" /> but all the html was still changed. Is there a way to get the html out as html from the database into xslt?

Replies

 
Reply
Hi Christopher

It sounds like that you've forgotten to use disable-output-escape="yes" where you are selecting the fields that are containing XHTML.

// Dammark
 
Reply
Hi!

Nope, I have tried both disable-output-escape="yes" and disable-output-escape="no".

 

You must be logged in to post in the forum