LinuxCommandLibrary

xml-c14n

Canonicalize XML documents

TLDR

Canonicalize XML

$ xml c14n [file.xml]
copy
Exclusive canonicalization
$ xml c14n --exc-c14n [file.xml]
copy
Canonicalize without comments
$ xml c14n --without-comments [file.xml]
copy

SYNOPSIS

xml c14n [options] [file]

DESCRIPTION

xml c14n performs W3C XML Canonicalization. Part of xmlstarlet toolkit. Produces canonical form of XML documents for comparison and digital signatures.

PARAMETERS

--exc-c14n

Exclusive canonicalization.
--without-comments
Remove comments.
--with-comments
Keep comments.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community