Polenta XML Formatter - PFormatXML

Download Portable Download Installer

PFormatXML Icon

Description

PFormatXML formats (pretty-prints) XML files into readable, consistently indented output. It's perfect for cleaning up messy XML generated by tools, logs, or exports.

Platform: Windows 10/11 (x64)
License: Freeware
Version: 1.0.0

Features

Usage

PFormatXML.exe [options] input.xml

Examples

PFormatXML.exe input.xml
Format in-place (overwrite input.xml)
PFormatXML.exe *.xml
Format all XML files in the current folder (in-place)
PFormatXML.exe -r .\configs
Recursively format all XML files under .\configs (in-place)
PFormatXML.exe -r .\configs\**\*.xml
Recursively format matching XML files using ** pattern
PFormatXML.exe -i input.xml -o formatted.xml
Write formatted output to a new file
PFormatXML.exe input.xml -b
Create a backup (input.xml.bak) before overwriting
PFormatXML.exe input.xml --indent 4
Use 4 spaces indentation
PFormatXML.exe input.xml --tabs
Use tabs indentation
Download Portable Download Installer Back to Products