I have Notepad++ and I got some XML code which is very long. When I pasted it in Notepad++ there was a long line of code (difficult to read and work with).
I want to
For best results, you should use both TextFX XML tidy and XML tools pretty print. Here's how and why:
1.TextFX -> TextFX HTML Tidy -> Tidy: reindent XML
TextFX has the benefit of wrapping long lines, which XML Tools does not do, but it doesn't indent those new lines correctly.
2. XML Tools -> Pretty print (Text indent)
XML Tools complements TextFX by indenting the newly wrapped lines nicely.