[Home] [By Thread] [By Date] [Recent Entries]
Mygrp <mdgroups@xxxxxxxxx> writes:
>
> I want to write an XSL that will produce an html page frm this xml.
> however i want to retrieve the text between <b> and
> :</b>
>
> How is this possible thro XSL?
>
<xsl:value-of
select="substring-after(substring-before('/b>'), 'b>')"/>
--
|

Cart



