I have s开发者_如何学运维ome XML data:
<entries><entry><templateID>F04FD51B-C537-4d02-BB1D-E89971D1D65</templateID><entryID>41</entryID><subject>Updated Terms and Conditions</subject>
I want to format the XMl data into proper format using Java code
Can any one suggest, how to format XML data using Java.
See how-to-pretty-print-xml-from-java
精彩评论