I use Jersey to develop RESTful Web Service, but the result xml and json string is not well formated, it's hard to read. How do I format the result xml and json string? thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
What type of xml support do you use? If it's JAXB, then you can use annotations, if you work with low level xml classes such SAX or DOM Source, then use it's methods. |
|||
|
|
