Saturday, 21 November 2015

XML : How to remove declaration from XML using Java.

How to remove declaration from XML using Java.

I have tried outputter.getFormat().setOmitDeclaration(true); but it is not working.

No comments:

Post a Comment