Subject: Re: <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 |
- <b> in xsl
- Vojko - 26 Mar 2005 13:21:41 -0000
- António Mota - 26 Mar 2005 15:07:29 -0000 <=
|
|