Re: [xsl] <b> in xsl

Subject: Re: [xsl] <b> in xsl
From: António Mota <amsmota@xxxxxxxxx>
Date: Sat, 26 Mar 2005 15:07:08 +0000
Try with

<xsl:template match="text">
   <xsl:copy-of select="."/>
</xsl:template>


On Sat, 26 Mar 2005 14:25:34 +0100, Vojko <vojko@xxxxxxxxxxx> wrote:
> Hi
> 
> What is the easiest and cleaner way in XSL to have <b>,<i>,<br>,...tags
> in XML and have a standard HTML output.
> 
> XML
> -----
> <text>Lorem <b>ipsum</b></text>
> 
> HTML output should be
> -----
> Lorem <b>ipsum</b>
> 
> Thanx, Vojko.

Current Thread
  • [xsl] <b> in xsl
    • Vojko - Sat, 26 Mar 2005 14:25:34 +0100
      • António Mota - Sat, 26 Mar 2005 15:07:08 +0000 <=