author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 21 Apr 2010 11:53:43 +0300 | |
changeset 366 | 237b5baa819d |
parent 357 | 5a5b41d76f03 |
child 364 | 69a8035a54b8 |
permissions | -rwxr-xr-x |
-*- mode: outline; coding: utf-8 -*- * xml. ** tidy. $ tidy -xml -i -utf8 -o out.xml in.xml or in Emacs C-x h C-x <RET> c utf-8 <RET> C-u M-| tidy -q -xml -i -utf8 - http://tidy.sourceforge.net home page http://www.emacswiki.org/cgi-bin/wiki/tidy.el ** xmllint. $ xmllint --format file.xml or in Emacs: C-x h C-u M-| xmllint --format - <RET> ** Emacs and nxml. You need introduce line-breaks and then C-x h C-M-\. ** xmlindent. http://xmlindent.sourceforge.net/