Re: [xsl] selecting HTML Options

Subject: Re: [xsl] selecting HTML Options
From: Daniel Bibbens <dbibbens@xxxxxxxxxx>
Date: Mon, 17 Jan 2005 22:07:01 -0800
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 &lt;b&gt;   and  
> :&lt;/b&gt;
>
> How is this possible thro XSL?
>

<xsl:value-of
      select="substring-after(substring-before('/b&gt;'), 'b&gt;')"/>
-- 

Current Thread