Hi,
I have an xml document that uses dublin core namespaces, in it there is an element called <dc:description > which contains a string. This string contains some html mark up and it is coming out in my transformed html document as unparsed html.
I've written an xsl template that scrubs the markup from the output of dc:description but ideally I would like it to simple be parsed as it is.
Anyone know...