Is there a class/method available to format a given open xml string into a more readable format?
For example, given the code:
- Code: Select all
String xml = XmlUtils.marshaltoString( wmlDocumentEl, true );
is there a method that will take the xml string returned here and format it so that it is not all on a single line?
Thanks in advance,
James