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: inline XML elements


>  In my XML file, the contents of one element ("explanation") 
> are a bit of
>  HTML code, just plain text with a few anchor tags. I want to 
> use an XSL
>  file to basically output the contents of the "explanation" 
> element as HTML
>  (i.e. with the anchor tags as hyperlinks). Obviously, if you just use
>  xsl:value-of, it doesn't put in the links.

Does <xsl:copy-of> solve your problem?

Otherwise, it's a case of <xsl:apply-templates/>

Mike Kay
Software AG
> 

 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]