Subject: selecting non tags
From: Mygrp <mdgroups@xxxxxxxxx>
Date: Tue, 18 Jan 2005 11:45:51 +0530
|
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>')"/>
I also have a sequence like this
<!--G:13544982-->content<!--G-->
Where the tags or sequence before and after the 'content' are not the
same. how can content be retrieved in this case ?
|