Lines Matching +full:- +full:t

1 '\" -*- coding: us-ascii -*-
10 xmlwf \- Determines if an XML document is well-formed
19 'in \n(.iu-\nxu
28 \fB-h\fR | \fB--help\fR
29 'in \n(.iu-\nxu
38 \fB-v\fR | \fB--version\fR
39 'in \n(.iu-\nxu
44 determine if an XML document is well-formed. It is
45 non-validating.
47 If you do not specify any files on the command-line, and you
50 .SH "WELL-FORMED DOCUMENTS"
51 A well-formed document must adhere to the
56 \*(T<<?xml version="1.0" standalone="yes"?>\*(T>.
80 \fBxmlwf\fR is a non-validating parser --
82 external entities (see the \*(T<\fB\-x\fR\*(T> option).
85 separately ("\*(T<\fB\-d\fR\*(T> \fIoutput\fR") or concatenated with the
86 option ("\*(T<\fB\-d\fR\*(T>\fIoutput\fR"). \fBxmlwf\fR
89 \*(T<\fB\-a\fR\*(T> \fIfactor\fR
108 If you ever need to increase this value for non-attack payload,
111 \*(T<\fB\-b\fR\*(T> \fIbytes\fR
118 If you ever need to increase this value for non-attack payload,
121 \*(T<\fB\-c\fR\*(T>
122 If the input file is well-formed and \fBxmlwf\fR
123 doesn't encounter any errors, the input file is simply copied to
125 This implies no namespaces (turns off \*(T<\fB\-n\fR\*(T>) and
126 requires \*(T<\fB\-d\fR\*(T> to specify an output directory.
128 \*(T<\fB\-d\fR\*(T> \fIoutput-dir\fR
131 By default, \*(T<\fB\-d\fR\*(T> outputs a canonical representation
133 You can select different output formats using \*(T<\fB\-c\fR\*(T>,
134 \*(T<\fB\-m\fR\*(T> and \*(T<\fB\-N\fR\*(T>.
142 \*(T<cat < file > file\*(T> in most shells).
144 Two structurally equivalent XML documents have a byte-for-byte
151 \*(T<\fB\-e\fR\*(T> \fIencoding\fR
154 supports four built-in encodings:
155 \*(T<US\-ASCII\*(T>,
156 \*(T<UTF\-8\*(T>,
157 \*(T<UTF\-16\*(T>, and
158 \*(T<ISO\-8859\-1\*(T>.
159 Also see the \*(T<\fB\-w\fR\*(T> option.
161 \*(T<\fB\-g\fR\*(T> \fIbytes\fR
163 \*(T<\fBXML_GetBuffer\fR\*(T> and \*(T<\fBread\fR\*(T>
166 \*(T<\fB\-h\fR\*(T>, \*(T<\fB\-\-help\fR\*(T>
171 \*(T<\fB\-k\fR\*(T>
180 \*(T<\fB\-m\fR\*(T>
183 Requires \*(T<\fB\-d\fR\*(T> to specify an output file.
185 \*(T<\fB\-n\fR\*(T>
187 \*(T<\fB\-c\fR\*(T> disables namespaces.
189 \*(T<\fB\-N\fR\*(T>
192 Requires \*(T<\fB\-d\fR\*(T> to specify an output file.
194 \*(T<\fB\-p\fR\*(T>
199 entities. \*(T<\fB\-p\fR\*(T> tells it to always parse them.
200 \*(T<\fB\-p\fR\*(T> implies \*(T<\fB\-x\fR\*(T>.
202 \*(T<\fB\-q\fR\*(T>
206 \*(T<\fB\-r\fR\*(T>
207 Normally \fBxmlwf\fR memory-maps the XML file
210 \*(T<\fB\-r\fR\*(T> turns off memory-mapping and uses normal file
212 Of course, memory-mapping is automatically turned off
215 Use of memory-mapping can cause some platforms to report
221 \*(T<\fB\-s\fR\*(T>
226 \*(T<\fB\-t\fR\*(T>
231 \*(T<\fB\-t\fR\*(T> turns off most of the output options
232 (\*(T<\fB\-d\fR\*(T>, \*(T<\fB\-m\fR\*(T>, \*(T<\fB\-c\fR\*(T>, ...).
234 \*(T<\fB\-v\fR\*(T>, \*(T<\fB\-\-version\fR\*(T>
236 information on the compile-time configuration of the library, and
239 \*(T<\fB\-w\fR\*(T>
243 \*(T<\fB\-w\fR\*(T>, \fBxmlwf\fR will try to use a Windows code
244 page. See also \*(T<\fB\-e\fR\*(T>.
246 \*(T<\fB\-x\fR\*(T>
249 Non-validating parsers are not required to resolve external
268 <!ENTITY header SYSTEM "header\-&vers;.xml"> (parsed)
272 \*(T<\fB\-\-\fR\*(T>
279 xmlwf \-\- \-myfile.xml
283 \*(T<\fI\-myfile.xml\fR\*(T>.
288 \fBxmlwf\fR outputs nothing for files which are problem-free.
289 If any input file is not well-formed, or if the output for any
293 If the \*(T<\fB\-k\fR\*(T> option is not provided, \fBxmlwf\fR
294 halts upon encountering a well-formedness or output-file error.
295 If \*(T<\fB\-k\fR\*(T> is provided, \fBxmlwf\fR continues
298 For options \*(T<\fB\-v\fR\*(T>|\*(T<\fB\-\-version\fR\*(T> or \*(T<\fB\-h\fR\*(T>|\*(T<\fB\-\-help…
300 \*(T<\fB0\fR\*(T>
301 The input files are well-formed and the output (if requested) was written successfully.
303 \*(T<\fB1\fR\*(T>
306 \*(T<\fB2\fR\*(T>
307 One or more input files were not well-formed or could not be parsed.
309 \*(T<\fB3\fR\*(T>
310 If using the \*(T<\fB\-d\fR\*(T> option, an error occurred opening an output file.
312 \*(T<\fB4\fR\*(T>
313 There was a command-line argument error in how \fBxmlwf\fR was invoked.
317 There should be a way to get \*(T<\fB\-d\fR\*(T> to send its
322 \*(T<\fB\-d\fR\*(T>, \*(T<\fB\-c\fR\*(T>, and
323 \*(T<\fB\-m\fR\*(T> options. If someone could explain it to
329 The W3 XML 1.0 specification (fourth edition): https://www.w3.org/TR/2006/REC\-xml\-20060816/
333 This manual page was originally written by Scott Bronson <\*(T<bronson@rinspin.com\*(T>>