I have some 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.