[TxMt] slow loading of large html/xml documents
Tobias Jung
newsgr at tobiasjung.net
Thu Jul 5 11:20:31 UTC 2007
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
More information about the textmate
mailing list