Is this during marshalling and/or unmarshalling ?

Werner

Sunil Ramaiah wrote:
> This is the output I get in the XML with the indent turned on. There
> is a line break at the end of each line. Looks like after 86 columns
> in a line, it puts a new line and wraps the content.
> 
>             <MyText>
>                        <Text>This is a text. This is a text. This is a
>                            text. This is a text. This is a text. This
>                            is a text. This is a text. This is a text.
>                            This is a text. This is a text. This is a
>                            text. This is a text. This is a text. This
>                            is a text. This is a text. This is a text.
>                            This is a text. This is a text. This is a
>                            text. This is a text. This is a text. This
>                            is a text. This is a text. This is a text.
>                            This is a text. This is a text. This is a
>                            text. This is a text. This is a text. This
>                            is a text. This is a text. This is a text.
>                            This is a text. This is a text. This is a
>                            text. This is a text. This is a text. This
>                            is a text. This is a text. This is a text.
>                            This is a text. This is a text. This is a
>                            text. This is a text. This is a text. This
>                            is a text. This is a text. This is a text.
>                            This is a text. This is a text. This is a
>                            text. This is a text. This is a text. This
>                            is a text. This is a text. This is a text.
>                            This is a text. This is a text. This is a
>                            text. This is a text. This is a text. This
>                            is a text. This is a text. </Text>
>                    </MyText>
> 
> 
> This is my expected output -
> 
>                   <MyText>
>                        <Text>This is a text. This is a text. This is
> a text. This is a text. This is a text. This is a text. This is a
> text. This is a text. This is a text. This is a text. This is a text.
> This is a text.</Text>
>                    </MyText>
> 
> Thanks,
> Sunil.
> 
> 
> On 4/20/07, Werner Guttmann <[EMAIL PROTECTED]> wrote:
>> Can you give us an example ?
>>
>> Werner
>>
>> Sunil Ramaiah wrote:
>> > Hi,
>> >
>> > If I have some text which is too long, then castor breaks it and
>> > inserts new line and formats it. I have the indent set to true but I
>> > want only the tags to be on separate lines and not split the long
>> > lines.
>> >
>> > Does anyone know how I can configure this ?
>> >
>> > Thanks,
>> > Sunil.
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe from this list please visit:
>> >
>> >    http://xircles.codehaus.org/manage_email
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
> 
>    http://xircles.codehaus.org/manage_email
> 


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to