xsl-list
[Top] [All Lists]

Re: selecting HTML Options

2005-01-17 23:07:01
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;')"/>
-- 


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