[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Entities Conversion


Subject: [xsl] Entities Conversion
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Sat, 26 May 2007 10:21:19 +0530

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")
b b b b

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

thanks
JSR


Current Thread