1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.12.
.TH XMLFORMAT "1" "October 2012" "xmlformat 1.04 (Perl version)" "User Commands"
.SH NAME
xmlformat \- XML Document Formatter
.SH SYNOPSIS
.B xmlformat
[\fIoptions\fR] \fIxml-file\fR
.SH OPTIONS
\fB\-\-help\fR, \fB\-h\fR
.IP
Print this message and exit.
.PP
\fB\-\-backup\fR suffix \fB\-b\fR suffix
.IP
Back up the input document, adding suffix to the input
filename to create the backup filename.
.PP
\fB\-\-canonized\-output\fR
.IP
Proceed only as far as the document canonization stage,
printing the result.
.PP
\fB\-\-check\-parser\fR
.IP
Parse the document into tokens and verify that their
concatenation is identical to the original input document.
This option suppresses further document processing.
.PP
\fB\-\-config\-file\fR file_name, \fB\-f\fR file_name
.IP
Specify the configuration filename. If no file is named,
xmlformat uses the file named by the environment variable
XMLFORMAT_CONF, if it exists, or ./xmlformat.conf, if it
exists. Otherwise, xmlformat uses built\-in formatting
options.
.PP
\fB\-\-in\-place\fR, \fB\-i\fR
.IP
Format the document in place, replacing the contents of
the input file with the reformatted document. (It's a
good idea to use \fB\-\-backup\fR along with this option.)
.PP
\fB\-\-show\-config\fR
.IP
Show configuration options after reading configuration
file. This option suppresses document processing.
.PP
\fB\-\-show\-unconfigured\-elements\fR
.IP
Show elements that are used in the document but for
which no options were specified in the configuration
file. This option suppresses document output.
.PP
\fB\-\-verbose\fR, \fB\-v\fR
.IP
Be verbose about processing stages.
.PP
\fB\-\-version\fR, \fB\-V\fR
.IP
Show version information and exit.
.SH AUTHOR
Paul DuBois
paul@kitebird.com
This manual page was written by Mathieu Malaterre <malat@debian.org> for
the Debian GNU/Linux system, but may be used by others.
|