In a database I have a text formatted with HTML-tags.
This text is retrieved in an element in an XML document. When i want to display the text in an HTML document, I am using an XSLT. The problem is that i.e. a <BR> tag is displayed as <BR> on the screen, I want it to be a line break. Can I in any way, using an XSLT, convert the XML representation of < and > back to the HTML representation ?
This text is retrieved in an element in an XML document. When i want to display the text in an HTML document, I am using an XSLT. The problem is that i.e. a <BR> tag is displayed as <BR> on the screen, I want it to be a line break. Can I in any way, using an XSLT, convert the XML representation of < and > back to the HTML representation ?