xsl-list
[Top] [All Lists]

Re: selecting HTML Options

2005-01-17 22:50:27
I have an xml document like this.

<?xml version="1.0" encoding="ISO-8859-1"?>
<page xmlns:xsp="http://apache.org/xsp";>
 
<news>
<headline>
<back>general_news.wml?sec=1</back>
<title>help resolve B&amp;K issue</title>
<content>&lt;b&gt;paris:&lt;/b&gt; President &lt;!--G:13544982--&gt;
</content>
</headline>
</news>
</page>


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