.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "xsec-c14n.pod 1" .TH xsec-c14n.pod 1 2024-03-09 2.0.4 "Apache XML Security" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME xmlsec\-c14n \- Canonicalize an XML file .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBxmlsec\-c14n\fR [\fB\-n\fR] [\fB\-x\fR] [\fB\-1.1\fR] [\fB\-id\fR \fIid\fR] \fIinput\fR .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBxmlsec\-c14n\fR canonicalizes an XML document following the W3C Canonical XML Recommendation. By default, it uses version 1.0, but it can use version 1.1 with the \fB\-1.1\fR flag and Exclusive XML Canonicalization 1.0 with the \fB\-x\fR flag. .PP The source XML document is read from the provided \fIinput\fR file, and the canonicalized version is written to standard output. .SH OPTIONS .IX Header "OPTIONS" Note that each option must be given as a separate argument. .IP \fB\-n\fR 4 .IX Item "-n" Do not include XML comments in the output. .IP \fB\-x\fR 4 .IX Item "-x" Canonicalize to the Exclusive XML Canonicalization 1.0 Recommendation instead of the default. .IP \fB\-1.1\fR 4 .IX Item "-1.1" Canonicalizae to the Canonical XML 1.1 Recommendation instead of the default. .IP "\fB\-id\fR \fIid\fR" 4 .IX Item "-id id" Rather than canonicalizing the entire input document, canonicalize and output only the subtree rooted at the node identified by \fIid\fR. .SH AUTHOR .IX Header "AUTHOR" This manual page was written by Russ Allbery for Debian. .SH "MANUAL LICENSE" .IX Header "MANUAL LICENSE" The authors hereby relinquish any claim to any copyright that they may have in this work, whether granted under contract or by operation of law or international treaty, and hereby commit to the public, at large, that they shall not, at any time in the future, seek to enforce any copyright in this work against any person or entity, or prevent any person or entity from copying, publishing, distributing or creating derivative works of this work.