xml-canonic
Produce canonical XML form
TLDR
Canonicalize XML
$ xml canonic [file.xml]
Exclusive canonicalization$ xml canonic --exc-c14n [file.xml]
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
xml-c14n(1), xml-format(1)
