xsl-list
[Top] [All Lists]

[xsl] Transform symbol to element

2009-11-11 00:30:30
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.


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

<Prev in Thread] Current Thread [Next in Thread>