|
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 <b> and
> :</b>
>
> How is this possible thro XSL?
>
<xsl:value-of
select="substring-after(substring-before('/b>'), 'b>')"/>
--
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] selecting HTML Options, Mygrp | Thread | [xsl] selecting non tags, Mygrp |
| Re: [xsl] selecting HTML Options, Chris_Graham | Date | [xsl] selecting non tags, Mygrp |
| Month |