LinuxCommandLibrary

xml-canonic

Produce canonical XML form

TLDR

Canonicalize XML

$ xml canonic [file.xml]
copy
Exclusive canonicalization
$ xml canonic --exc-c14n [file.xml]
copy

SYNOPSIS

xml canonic [options] [file]

DESCRIPTION

xml canonic produces canonical XML form. Part of xmlstarlet toolkit. Alias for xml c14n command. Used for XML comparison and digital signature preparation.

PARAMETERS

--exc-c14n

Exclusive canonicalization.
--without-comments
Remove comments.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community