Re: [xsl] selecting HTML Options

Subject: Re: [xsl] selecting HTML Options
From: Mygrp <mdgroups@xxxxxxxxx>
Date: Tue, 18 Jan 2005 11:20:27 +0530
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?

Current Thread