In my XSLT I have:
This outputs whatever the value of Woof is in my Dataset.Code:<xsl:value-of select="Woof"/>
But lets say the "field" Woof cantains:
Then what happens is the XSLT sheet acutally formats this to display the text "<IMG SRC="\Images\Fish.jpg"/>", instead of rendering the code as HTML and displaying the picture.Code:<IMG SRC="\Images\Fish.jpg"/>
How do I stop the XSL sheet reformatting html code in field names?
Woof




Reply With Quote