RE: [xsl] inline XML elements

Subject: RE: [xsl] inline XML elements
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Sat, 19 May 2001 18:28:35 +0100
>  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


Current Thread