xsl-list
[Top] [All Lists]

[xsl] Entities Conversion

2007-05-25 21:51:45
Hi!
In my output file entities are getting converted into as per the encoding specified in the <output> element but I don't want to change the enties. Is there any encoding value, which will convert it into as desired output.

INPUT
&ldquo; &rdquo; &ndash; &mdash;

OUTPUT  (encoding="iso-8859-1")
&#8220; &#8221; &#8211; &#8212;

OUTPUT  (encoding="iso-8859-1")
â?? â?? â?? â??

DESIRED OUTPUT
&ldquo; &rdquo; &ndash; &mdash;

thanks
JSR


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