Hello,
I'm using a Serializer to marshall and unmarshall files and it seems that indent
option and preserveSpace
option are nor working together.
I want to obtain something like that

     <begin>...</begin>
     <Description>descripion begin
      description middle
      description end</Description>
     <end>...</end>

and i only obtain

     <begin>...</begin>
     <Description>descripion begin description middle description
end</Description>
     <end>...</end>

with indent=true
and

     <begin>...</begin><Description>descripion begin
     description middle
     description end</Description><end>...</end>

with both options set to true.

Is there a solution to get the result i want?
Matthieu

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to