unparsed html in an xml element string, an xsl problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mhaft
    New Member
    • Jun 2008
    • 1

    unparsed html in an xml element string, an xsl problem

    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 why this isn't happening and have a suggestion for what to do about it? Code available if needed.

    Thank in advance

    Mike
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    Sounds like it could be a namespace problem, but post the xslt and relevant part of xml and it'll be easier to tell.

    Comment

    Working...