Lines Matching +full:- +full:t
1 '\" -*- coding: us-ascii -*-
10 xmlwf \- Determines if an XML document is well-formed
18 …-s\fR] [\fB-n\fR] [\fB-p\fR] [\fB-x\fR] [\fB-e \fIencoding\fB\fR] [\fB-w\fR] [\fB-d \fIoutput-dir\…
19 'in \n(.iu-\nxu
24 determine if an XML document is well-formed. It is
25 non-validating.
27 If you do not specify any files on the command-line, and you
30 .SH "WELL-FORMED DOCUMENTS"
31 A well-formed document must adhere to the
36 \*(T<<?xml version="1.0" standalone="yes"?>\*(T>.
60 \fBxmlwf\fR is a non-validating parser --
62 external entities (see the \*(T<\fB\-x\fR\*(T> option).
65 separately ("\*(T<\fB\-d\fR\*(T> output") or concatenated with the
66 option ("\*(T<\fB\-d\fR\*(T>output"). \fBxmlwf\fR
69 \*(T<\fB\-c\fR\*(T>
70 If the input file is well-formed and \fBxmlwf\fR
71 doesn't encounter any errors, the input file is simply copied to
73 This implies no namespaces (turns off \*(T<\fB\-n\fR\*(T>) and
74 requires \*(T<\fB\-d\fR\*(T> to specify an output directory.
76 \*(T<\fB\-d output\-dir\fR\*(T>
79 By default, \*(T<\fB\-d\fR\*(T> outputs a canonical representation
81 You can select different output formats using \*(T<\fB\-c\fR\*(T>,
82 \*(T<\fB\-m\fR\*(T> and \*(T<\fB\-N\fR\*(T>.
90 \*(T<cat < file > file\*(T> in most shells).
92 Two structurally equivalent XML documents have a byte-for-byte
99 \*(T<\fB\-e encoding\fR\*(T>
102 supports four built-in encodings:
103 \*(T<US\-ASCII\*(T>,
104 \*(T<UTF\-8\*(T>,
105 \*(T<UTF\-16\*(T>, and
106 \*(T<ISO\-8859\-1\*(T>.
107 Also see the \*(T<\fB\-w\fR\*(T> option.
109 \*(T<\fB\-m\fR\*(T>
112 Requires \*(T<\fB\-d\fR\*(T> to specify an output file.
114 \*(T<\fB\-n\fR\*(T>
116 \*(T<\fB\-c\fR\*(T> disables namespaces.
118 \*(T<\fB\-N\fR\*(T>
121 Requires \*(T<\fB\-d\fR\*(T> to specify an output file.
123 \*(T<\fB\-p\fR\*(T>
128 entities. \*(T<\fB\-p\fR\*(T> tells it to always parse them.
129 \*(T<\fB\-p\fR\*(T> implies \*(T<\fB\-x\fR\*(T>.
131 \*(T<\fB\-r\fR\*(T>
132 Normally \fBxmlwf\fR memory-maps the XML file
135 \*(T<\fB\-r\fR\*(T> turns off memory-mapping and uses normal file
137 Of course, memory-mapping is automatically turned off
140 Use of memory-mapping can cause some platforms to report
146 \*(T<\fB\-s\fR\*(T>
151 \*(T<\fB\-t\fR\*(T>
156 \*(T<\fB\-t\fR\*(T> turns off most of the output options
157 (\*(T<\fB\-d\fR\*(T>, \*(T<\fB\-m\fR\*(T>, \*(T<\fB\-c\fR\*(T>, ...).
159 \*(T<\fB\-k\fR\*(T>
167 \*(T<\fB\-v\fR\*(T>
169 information on the compile-time configuration of the library, and
172 \*(T<\fB\-w\fR\*(T>
176 \*(T<\fB\-w\fR\*(T>, xmlwf will try to use a Windows code
177 page. See also \*(T<\fB\-e\fR\*(T>.
179 \*(T<\fB\-x\fR\*(T>
182 Non-validating parsers are not required to resolve external
201 <!ENTITY header SYSTEM "header\-&vers;.xml"> (parsed)
205 \*(T<\fB\-\-\fR\*(T>
212 xmlwf \-\- \-myfile.xml
216 \*(T<\fI\-myfile.xml\fR\*(T>.
221 \fBxmlwf\fR outputs nothing for files which are problem-free.
222 If any input file is not well-formed, or if the output for any
226 If the \*(T<\fB\-k\fR\*(T> option is not provided, \fBxmlwf\fR
227 halts upon encountering a well-formedness or output-file error.
228 If \*(T<\fB\-k\fR\*(T> is provided, \fBxmlwf\fR continues
231 For option \*(T<\fB\-v\fR\*(T> or \*(T<\fB\-h\fR\*(T>, \fBxmlwf\fR always exits with status code 0.…
233 \*(T<\fB0\fR\*(T>
234 The input files are well-formed and the output (if requested) was written successfully.
236 \*(T<\fB1\fR\*(T>
239 \*(T<\fB2\fR\*(T>
240 One or more input files were not well-formed or could not be parsed.
242 \*(T<\fB3\fR\*(T>
243 If using the \*(T<\fB\-d\fR\*(T> option, an error occurred opening an output file.
245 \*(T<\fB4\fR\*(T>
246 There was a command-line argument error in how \fBxmlwf\fR was invoked.
250 There should be a way to get \*(T<\fB\-d\fR\*(T> to send its
255 \*(T<\fB\-d\fR\*(T>, \*(T<\fB\-c\fR\*(T>, and
256 \*(T<\fB\-m\fR\*(T> options. If someone could explain it to
263 http://www.hcrc.ed.ac.uk/~richard/xml\-check.html
272 The W3 XML specification: http://www.w3.org/TR/REC\-xml
275 This manual page was written by Scott Bronson <\*(T<bronson@rinspin.com\*(T>> for