xsl-list
[Top] [All Lists]

Re: [xsl] XSLT 1.0 Process the content (For browser view)

2010-02-05 09:55:07
On 5 February 2010 15:49, Selvaganesh <selvaganesh_t(_at_)hovservices(_dot_)in> 
wrote:
Dear Team,

I wand the help for the write the xsl 1.0 (i.e. for Browser view), actually
in my requirement is throughout the xml file find the quote symbol (") and
apply the emphasis (bold).

Kindly guide us how can I write the xsl, help me

Input:
<p>this is the "xsl-list" mails</p>

Outbut:
<p>this is the <b>"</b>xsl-list<b>"</b> mails</p>

In 1.0, you need to use recursive named template:

http://www.dpawson.co.uk/xsl/sect2/StringReplace.html#d10034e145


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

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