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

Subject: Re: [xsl] XSLT 1.0 Process the content (For browser view)
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Fri, 5 Feb 2010 15:54:35 +0000
On 5 February 2010 15:49, Selvaganesh <selvaganesh_t@xxxxxxxxxxxxxx> 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/

Current Thread