At 12:44 Uhr +0200 05.07.2007, Alex Greif wrote:
ist there a tool like tidy for pure XML documents? currently I have a very large XML document without linebreaks. I would use the tool to format the xml nicely and then open it in TM.
Try this:
tidy -o destiny.xml -iq -wrap 70 --tab-size 4 --indent-spaces 4 --input-xml 1 --output-xml 1 source.xml
Hope this helps! Regards, Tobias