[xsl] <b> in xsl

Subject: [xsl] <b> in xsl
From: Vojko <vojko@xxxxxxxxxxx>
Date: Sat, 26 Mar 2005 14:25:34 +0100
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