xsl-list
[Top] [All Lists]

selecting non tags

2005-01-17 23:15:51
Mygrp <mdgroups(_at_)gmail(_dot_)com> 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;')"/>


I also have a sequence like this

&lt;!--G:13544982--&gt;content&lt;!--G--&gt; 

Where the tags or sequence before and after the 'content' are not the
same. how can content be retrieved in this case ?

--~------------------------------------------------------------------
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>