[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: Entities Conversion
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Sat, 26 May 2007 11:29:47 +0100
On 5/26/07, J. S. Rawat <jrawat@xxxxxxxxxxxxxx> wrote:
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;


You can't (without extensions or post processing) but why would you want
to....?

Sometimes this requirement is to work around another problem which is
best fixed at source...

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member