[xsl] Transform symbol to element

Subject: [xsl] Transform symbol to element
From: "Selvaganesh" <selvaganesh_t@xxxxxxxxxxxxxx>
Date: Wed, 11 Nov 2009 11:04:33 +0530
Dear Friends,

This is possible to convert the quote symbol to xml elements?

If anybody know the way please share me, below placed my input file format
and required output format.
 
Input XML:

<p>This is the sample of double quote starting the double publication
ended</p>
<p>This is the sample of single quote starting the single publication
ended</p>


Output XML:

<para>This is the sample of double quote starting <quote open=""
close="">the double publication</quote> ended</para>
<para>This is the sample of single quote starting <quote open=""
close="">the single publication</quote> ended</para>

Advance in thanks,
Selva.


Confidentiality Notice:  This transmittal is a confidential communication.  If
you are not the intended recipient, you are hereby notified that you have
received this transmittal in error and that any review, dissemination,
distribution or copying of this transmittal is strictly prohibited.  If you
have received this communication in error, please notify this office
immediately by reply and immediately delete this message and all of its
attachments, if any.

Current Thread