Does anyone know a quick way to input a
string of XML and format the text?
I've looked at the API (J2SE 6), but nothing looked useful. Seems like this
ought to have been done before...
Really all I'm trying to do is to wrap the lines in a JEditTextArea (a very early version
that doesn't have wrap functionality
). I just thought since it is XML, I could use
a formatter.
Thanks in advance for your help!