Subject: Re: 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&K issue</title>
<content><b>paris:</b> President <!--G:13544982-->
</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 <b> and
:</b>
How is this possible thro XSL?
|