xsl-list
[Top] [All Lists]

Re: <b> in xsl

2005-03-26 08:07:08
Try with

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


On Sat, 26 Mar 2005 14:25:34 +0100, Vojko <vojko(_at_)dhimahi(_dot_)com> 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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • <b> in xsl, Vojko
    • Re: <b> in xsl, António Mota <=