I think I need one thing.
How can I convert an HTML3 code to proper form?
Let's say I have the number 174 and like convert it to form ® (don't want ®)
how can I get it?

On Tue, Mar 3, 2015 at 3:48 PM, Erol Akarsu <eakarsu@gmail.com> wrote:
Hi,

I need to be able write some special characters into output xml file.  I have HTTML3 characters like &#961; (phase), &#916; (delta) in XML. But they are printed into xml file as & expanded as "&amp;"

They was being written as

&amp;#961;  and  &amp;#916;

But I want

&#961;  and  &#916;

How can I do it?

Thanks

Erol Akarsu