1. Is it possible to display < or > in generated XML source using XStreamMarshaller forum.springsource.orgIs it possible to display < or > in generated XML source using XStreamMarshaller Hi, I have been trying to use XStreamMarshaller to generate XML output in my Java Spring project. ... |
2. Tabs and indenting (a.k.a. pretty printing) with OXM and XStreamMarshaller forum.springsource.orgTabs and indenting (a.k.a. pretty printing) with OXM and XStreamMarshaller Hi all, I'm successfully using the XStreamMarshaller to marshall my responses as XML. The only problem is the output is all ... |
3. XStreamMarshaller single-lined result forum.springsource.orgHi, Has it become possible to define your own formatter or something? Because instead of one single line, I would like to xml to be cut into pieces of 20K. I ... |
4. exclude xml elements in XStreamMarshaller forum.springsource.orgHello All, Is it possible to configure the XStreamMarshaller to exclude tags from an xml file /fragment, so it is not mapped to an object.field? For example: |
5. XStreamMarshaller support for aliasField ? forum.springsource.orgXStream double underline handling Hello, Just FYI , in case someone has the same problem. I wanted to serialize a java class to XML with XStream. I needed to generated an ... |
6. Problem using MarshallingView -> XStreamMarshaller -> JsonHierarchicalStreamDriver forum.springsource.orgHi, I was looking into using content resolvers and came upon a problem configuring the XStreamMarshaller. It looks as if it is not possible to configure the JsonHierarchicalStreamDriver as I do ... |
7. get attribute using XStreamMarshaller forum.springsource.orgget attribute using XStreamMarshaller Hi, I have step in spring batch that read xml, process and write, but is a problem to get attributes from xml for elements everything work fine. ... |