How to Install xmlformat-perl in Ubuntu 18.04



Install xmlformat-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install xmlformat-perl

Description:

XML Document Formatter

xmlformat is a configurable formatter (or "pretty-printer") for XML documents. It provides control over indentation, line-breaking, and text wrapping. These properties can be defined on a per-element basis. . xmlformat provides improved diagnostic information when a document is not well-formed. (Prints line and token number, and stack trace). . This is the perl implementation

Homepage: http://www.kitebird.com/software/xmlformat/

Version: 1.04-2

Section: universe/utils