Hi i have a problem when marshalling and unmarshalling my xml file which contains.......special charecters of spanish locale.
 
this is a snippet from my schema xsd doc
 
<xsd:sequence>
                            <xsd:element name="link" type="xsd:string"/>
                            <xsd:element name="title" type="xsd:string"/>                            
</xsd:sequence>
 
this is in my original xml file:
<Titulare id="1">
  <title>Pe�a firmar� convenio con San Francisco</title>
  <link>http://www.eluniversal.com/2002/02/27/27401EE.shtml</link>
</Titulare>
 
when i marshall this element and unmarshall to a file the following comes out
 
 <Titulare id="1">
        <link>http://www.eluniversal.com/2002/02/27/27401EE.shtml</link>
        <title>Pe&#xf1;a firmar&#xe1; convenio con San Francisco</title>
</Titulare>
 
the special chars are messed up
    --do i have to map this variable to soem thing other than a char
    -- or do i have to specify some thing on my castor.properties
 
i have searched the archives but no luck could some one point me in the direction of resolving this problem...i am a castor newbie and any help is apppreciated.
 
 
regards
 
Rajesh Kalluri.
Manduca Management LLC,
Suite 230, 5757 Blue Lagoon Dr.
Miami, FL 33126.
Phone: 786-552-0521
Fax: 786-552-0501
 
 

Reply via email to