
7 Oct
2008
7 Oct
'08
4:04 p.m.
The large file viewer is of no use because it does not format the input. Without formatting, the input is just a single long line of unformatted XML.
There may well be an oXygen-only solution, but formatting the XML before loading into the large file editor may be an easy way to do this. E.g., on a Mac or GNU/Linux system $ xmllint --format bigUglyInput.xml > bigPrettyOutput.xml (I'm sure there are lots of other tools that do this, too.)