@Lee your xslt looks good so the question is... what is actually in the 'AltTag' property? Perhaps it is already encoded? If so, you'd need to specifically decode it. Take a look at the the output of xsl:copy-of select="data[@alias='AltTag'] and see what you're really working with.
If the output is not html-encoded already, please show us the copy-of output and the rest of your xslt. Maybe we can spot the problem then.
Can't Get HTML To Show As HTML?
I'm pulling the value of a property through using XSLT and its still not showing as HTML? Its encoding it?
I'm using the disable-output-escaping="yes" anything else I am missing?
Hmm, we have no problem with disable-output-escaping="yes" perhaps it is a caching issue?
In what context exactly are you trying to do this? What's stored in the AltTag field?
Can you show us the rest of the code surrounding that line?
xsl:copy-of instead xsl:value-of?
@Lee your xslt looks good so the question is... what is actually in the 'AltTag' property? Perhaps it is already encoded? If so, you'd need to specifically decode it. Take a look at the the output of xsl:copy-of select="data[@alias='AltTag'] and see what you're really working with.
If the output is not html-encoded already, please show us the copy-of output and the rest of your xslt. Maybe we can spot the problem then.
cheers,
doug.
Sorry my fault... Being a plank! Works fine... Its a long page and I put disable-output-escaping="yes" on the wrong property!!
is working on a reply...