I would like to know if there is a convenient way to customize the output xml of MOXy? Specifically, in some classes I would like to print the attributes in separate lines. For example:
<someClass
attr1="val1"
attr2="val2"
attr3="val3"> ...
</someClass>
I wouldn't like to write fully custom marshaller, but rather an adapter if it is possible.