*vim-xml-format* *:XmlFormat*
Xml Format
**********
On occasion you may encounter some xml content that is unformatted
(like raw content from a web service).
>
onetwo
<
Executing :XmlFormat will reformat the current xml file like so:
>
one
two
<
vim:ft=eclimhelp