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: !!!showing HTML data in XML files using XSL!!!


> Can anyone please tell me how to show HTML text that was 
> between XML tags
> using XSL?
> That is I have some text like this:
> 
> XML:
> <root>
> <text><I><B>here is some info</B></I></text>
> </root>
> 
> in XSL I'll be using <xsl:value-of select="root/text"/> to 
> show the info.

Just use <xsl:copy-of select="root/text"/> instead.

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]