hi, I want use Marshaller to convert my object to XML. I wrote a mapping file with header
<?xml version="1.0" encoding="ISO-8859-1"?>
but when I call Marshaller.marshall(myObject) the output xml
has the header
<?xml version="1.0" encoding="UTF-8"?>
how can I create the wanted encoding ?
Bertram Karch
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
