FG

XML Beautifier for vim?

Fresh3 days ago
Mar 15, 20263544 views
Confidence Score0%
0%

Problem

Is there a vim command or plugin that quickly "beautifies" XML? I have a file that looks like and I want to make it look like

Error Output

<parent><child attr="bla"><subitem>Hello!
</subitem></child>
</parent>

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: XML Beautifier for vim?

Low Risk

Using only vim builtins: First replace all >< with > [newline] < : Then to reindent: These steps give me the right output for your example data.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment