Hi,

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

They was being written as

ρ  and  Δ

But I want

ρ  and  Δ

How can I do it?

Thanks

Erol Akarsu