This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: HTML tags from XML content


> I am trying to transform an XML file to HTML format. The original XML
> elements contain some HTML formatting tags in 
> "<P>" format. If
> I don't do anything about it, "<P>" will be displayed, 
> that is, the
> "&amp" is converted to "&" and that is it. 
> 
> I want this to be converted to "<P>".

Use xsl:value-of with disable-output-escaping="yes".

Mike Kay
> 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]