Results 1 to 3 of 3

Thread: XStreamMarshaller single-lined result

Threaded View

  1. #1
    pablo Guest

    Default XStreamMarshaller single-lined result

    Hi,

    I tried using Spring's XStreamMarshaller instead of using directly XStream.

    I realized that the string resulting of marshaller.marshal() is on a single line.
    Before, with xstream.toXML(), the result was on several lines, properly indented.

    Do you have any clue?
    Is it possible to get exactly the same result with XStreamMarshaller than with XStream?

    Thanks in advance!
    Pablo
    Last edited by pablo; Dec 10th, 2007 at 10:21 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •