summaryrefslogtreecommitdiff
path: root/doc/xmllint.1
blob: 10caf405928b23d0cf047f193154daeed981c2b5 (plain)
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
.\" ** You probably do not want to edit this file directly **
.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
.\" Instead of manually editing it, you probably should edit the DocBook XML
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
.TH "XMLLINT" "1" "$Date$" "libxml2" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
xmllint \- command line XML tool
.SH "SYNOPSIS"
.HP 8
\fBxmllint\fR [\fB\-\-version\fR \fB\-\-debug\fR \fB\-\-shell\fR \fB\-\-debugent\fR \fB\-\-copy\fR \fB\-\-recover\fR \fB\-\-noent\fR \fB\-\-noout\fR \fB\-\-nonet\fR \fB\-\-path\ "\fR\fB\fIPATH(S)\fR\fR\fB"\fR \fB\-\-load\-trace\fR \fB\-\-htmlout\fR \fB\-\-nowrap\fR \fB\-\-valid\fR \fB\-\-postvalid\fR \fB\-\-dtdvalid\ \fR\fB\fIURL\fR\fR \fB\-\-dtdvalidfpi\ \fR\fB\fIFPI\fR\fR \fB\-\-timing\fR \fB\-\-output\ \fR\fB\fIFILE\fR\fR \fB\-\-repeat\fR \fB\-\-insert\fR \fB\-\-compress\fR \fB\-\-html\fR \fB\-\-xmlout\fR \fB\-\-push\fR \fB\-\-memory\fR \fB\-\-maxmem\ \fR\fB\fINBBYTES\fR\fR \fB\-\-nowarning\fR \fB\-\-noblanks\fR \fB\-\-nocdata\fR \fB\-\-format\fR \fB\-\-encode\ \fR\fB\fIENCODING\fR\fR \fB\-\-dropdtd\fR \fB\-\-nsclean\fR \fB\-\-testIO\fR \fB\-\-catalogs\fR \fB\-\-nocatalogs\fR \fB\-\-auto\fR \fB\-\-xinclude\fR \fB\-\-noxincludenode\fR \fB\-\-loaddtd\fR \fB\-\-dtdattr\fR \fB\-\-stream\fR \fB\-\-walker\fR \fB\-\-pattern\ \fR\fB\fIPATTERNVALUE\fR\fR \fB\-\-chkregister\fR \fB\-\-relaxng\ \fR\fB\fISCHEMA\fR\fR \fB\-\-schema\ \fR\fB\fISCHEMA\fR\fR \fB\-\-c14n\fR] {\fIXML\-FILE(S)\fR... \-}
.HP 8
\fBxmllint\fR \fB\-\-help\fR
.SH "DESCRIPTION"
.PP
The
\fBxmllint\fR
program parses one or more
XML
files, specified on the command line as
\fIXML\-FILE\fR
(or the standard input if the filename provided is
\fB\-\fR
). It prints various types of output, depending upon the options selected. It is useful for detecting errors both in
XML
code and in the
XML
parser itself.
.PP
\fBxmllint\fR
is included in
\fBlibxml\fR(3).
.SH "OPTIONS"
.PP
\fBxmllint\fR
accepts the following options (in alphabetical order):
.TP
\fB\-\-auto\fR
Generate a small document for testing purposes.
.TP
\fB\-\-catalogs\fR
Use the
SGML
catalog(s) from
\fBSGML_CATALOG_FILES\fR. Otherwise
XML
catalogs starting from
\fI/etc/xml/catalog\fR
are used by default.
.TP
\fB\-\-chkregister\fR
Turn on node registration. Useful for developers testing
\fBlibxml\fR(3)
node tracking code.
.TP
\fB\-\-compress\fR
Turn on
\fBgzip\fR(1)
compression of output.
.TP
\fB\-\-copy\fR
Test the internal copy implementation.
.TP
\fB\-\-c14n\fR
Use the W3C
XML
Canonicalisation (C14N) to serialize the result of parsing to
\fIstdout\fR. It keeps comments in the result.
.TP
\fB\-\-dtdvalid \fR\fB\fIURL\fR\fR
Use the
DTD
specified by an
\fIURL\fR
for validation.
.TP
\fB\-\-dtdvalidfpi \fR\fB\fIFPI\fR\fR
Use the
DTD
specified by a Formal Public Identifier
\fIFPI\fR
for validation, note that this will require a catalog exporting that Formal Public Identifier to work.
.TP
\fB\-\-debug\fR
Parse a file and output an annotated tree of the in\-memory version of the document.
.TP
\fB\-\-debugent\fR
Debug the entities defined in the document.
.TP
\fB\-\-dropdtd\fR
Remove
DTD
from output.
.TP
\fB\-\-dtdattr\fR
Fetch external
DTD
and populate the tree with inherited attributes.
.TP
\fB\-\-encode \fR\fB\fIENCODING\fR\fR
Output in the given encoding.
.TP
\fB\-\-format\fR
Reformat and reindent the output. The
\fBXMLLINT_INDENT\fR
environment variable controls the indentation. The default value is two spaces " ").
.TP
\fB\-\-help\fR
Print out a short usage summary for
\fBxmllint\fR.
.TP
\fB\-\-html\fR
Use the
HTML
parser.
.TP
\fB\-\-htmlout\fR
Output results as an
HTML
file. This causes
\fBxmllint\fR
to output the necessary
HTML
tags surrounding the result tree output so the results can be displayed/viewed in a browser.
.TP
\fB\-\-insert\fR
Test for valid insertions.
.TP
\fB\-\-loaddtd\fR
Fetch an external
DTD.
.TP
\fB\-\-load\-trace\fR
Display all the documents loaded during the processing to
\fIstderr\fR.
.TP
\fB\-\-maxmem \fR\fB\fINNBYTES\fR\fR
Test the parser memory support.
\fINNBYTES\fR
is the maximum number of bytes the library is allowed to allocate. This can also be used to make sure batch processing of
XML
files will not exhaust the virtual memory of the server running them.
.TP
\fB\-\-memory\fR
Parse from memory.
.TP
\fB\-\-noblanks\fR
Drop ignorable blank spaces.
.TP
\fB\-\-nocatalogs\fR
Do not use any catalogs.
.TP
\fB\-\-nocdata\fR
Substitute CDATA section by equivalent text nodes.
.TP
\fB\-\-noent\fR
Substitute entity values for entity references. By default,
\fBxmllint\fR
leaves entity references in place.
.TP
\fB\-\-nonet\fR
Do not use the Internet to fetch
DTDs or entities.
.TP
\fB\-\-noout\fR
Suppress output. By default,
\fBxmllint\fR
outputs the result tree.
.TP
\fB\-\-nowarning\fR
Do not emit warnings from the parser and/or validator.
.TP
\fB\-\-nowrap\fR
Do not output
HTML
doc wrapper.
.TP
\fB\-\-noxincludenode\fR
Do XInclude processing but do not generate XInclude start and end nodes.
.TP
\fB\-\-nsclean\fR
Remove redundant namespace declarations.
.TP
\fB\-\-output \fR\fB\fIFILE\fR\fR
Define a file path where
\fBxmllint\fR
will save the result of parsing. Usually the programs build a tree and save it on
\fIstdout\fR, with this option the result
XML
instance will be saved onto a file.
.TP
\fB\-\-path "\fR\fB\fIPATH(S)\fR\fR\fB"\fR
Use the (space\- or colon\-separated) list of filesystem paths specified by
\fIPATHS\fR
to load
DTDs or entities. Enclose space\-separated lists by quotation marks.
.TP
\fB\-\-pattern \fR\fB\fIPATTERNVALUE\fR\fR
Used to exercise the pattern recognition engine, which can be used with the reader interface to the parser. It allows to select some nodes in the document based on an XPath (subset) expression. Used for debugging.
.TP
\fB\-\-postvalid\fR
Validate after parsing has completed.
.TP
\fB\-\-push\fR
Use the push mode of the parser.
.TP
\fB\-\-recover\fR
Output any parsable portions of an invalid document.
.TP
\fB\-\-relaxng \fR\fB\fISCHEMA\fR\fR
Use RelaxNG file named
\fISCHEMA\fR
for validation.
.TP
\fB\-\-repeat\fR
Repeat 100 times, for timing or profiling.
.TP
\fB\-\-schema \fR\fB\fISCHEMA\fR\fR
Use a W3C
XML
Schema file named
\fISCHEMA\fR
for validation.
.TP
\fB\-\-shell\fR
Run a navigating shell. Details on available commands in shell mode are below (see
the section called \(lqSHELL COMMANDS\(rq).
.TP
\fB\-\-stream\fR
Use streaming
API
\- useful when used in combination with
\fB\-\-relaxng\fR
or
\fB\-\-valid\fR
options for validation of files that are too large to be held in memory.
.TP
\fB\-\-testIO\fR
Test user input/output support.
.TP
\fB\-\-timing\fR
Output information about the time it takes
\fBxmllint\fR
to perform the various steps.
.TP
\fB\-\-valid\fR
Determine if the document is a valid instance of the included Document Type Definition (DTD). A
DTD
to be validated against also can be specified at the command line using the
\fB\-\-dtdvalid\fR
option. By default,
\fBxmllint\fR
also checks to determine if the document is well\-formed.
.TP
\fB\-\-version\fR
Display the version of
\fBlibxml\fR(3)
used.
.TP
\fB\-\-walker\fR
Test the walker module, which is a reader interface but for a document tree, instead of using the reader
API
on an unparsed document it works on an existing in\-memory tree. Used for debugging.
.TP
\fB\-\-xinclude\fR
Do XInclude processing.
.TP
\fB\-\-xmlout\fR
Used in conjunction with
\fB\-\-html\fR. Usually when
HTML
is parsed the document is saved with the
HTML
serializer. But with this option the resulting document is saved with the
XML
serializer. This is primarily used to generate
XHTML
from
HTML
input.
.SH "SHELL COMMANDS"
.PP
\fBxmllint\fR
offers an interactive shell mode invoked with the
\fB\-\-shell\fR
command. Available commands in shell mode include (in alphabetical order):
.TP
\fBbase\fR
Display
XML
base of the node.
.TP
\fBbye\fR
Leave the shell.
.TP
\fBcat \fR\fB\fINODE\fR\fR
Display the given node or the current one.
.TP
\fBcd \fR\fB\fIPATH\fR\fR
Change the current node to the given path (if unique) or root if no argument is given.
.TP
\fBdir \fR\fB\fIPATH\fR\fR
Dumps information about the node (namespace, attributes, content).
.TP
\fBdu \fR\fB\fIPATH\fR\fR
Show the structure of the subtree under the given path or the current node.
.TP
\fBexit\fR
Leave the shell.
.TP
\fBhelp\fR
Show this help.
.TP
\fBfree\fR
Display memory usage.
.TP
\fBload \fR\fB\fIFILENAME\fR\fR
Load a new document with the given filename.
.TP
\fBls \fR\fB\fIPATH\fR\fR
List contents of the given path or the current directory.
.TP
\fBpwd\fR
Display the path to the current node.
.TP
\fBquit\fR
Leave the shell.
.TP
\fBsave \fR\fB\fIFILENAME\fR\fR
Save the current document to the given filename or to the original name.
.TP
\fBvalidate\fR
Check the document for errors.
.TP
\fBwrite \fR\fB\fIFILENAME\fR\fR
Write the current node to the given filename.
.SH "ENVIRONMENT"
.TP
\fBSGML_CATALOG_FILES\fR
SGML
catalog behavior can be changed by redirecting queries to the user's own set of catalogs. This can be done by setting the
\fBSGML_CATALOG_FILES\fR
environment variable to a list of catalogs. An empty one should deactivate loading the default
\fI/etc/sgml/catalog\fR
catalog.
.TP
\fBXML_CATALOG_FILES\fR
XML
catalog behavior can be changed by redirecting queries to the user's own set of catalogs. This can be done by setting the
\fBXML_CATALOG_FILES\fR
environment variable to a list of catalogs. An empty one should deactivate loading the default
\fI/etc/xml/catalog\fR
catalog.
.TP
\fBXML_DEBUG_CATALOG\fR
Setting the environment variable
\fBXML_DEBUG_CATALOG\fR
to
\fInon\-zero\fR
using the
\fBexport\fR
command outputs debugging information related to catalog operations.
.TP
\fBXMLLINT_INDENT\fR
Setting the environment variable
\fBXMLLINT_INDENT\fR
controls the indentation. The default value is two spaces " ".
.SH "DIAGNOSTICS"
.PP
\fBxmllint\fR
return codes provide information that can be used when calling it from scripts.
.TP
\fB0\fR
No error
.TP
\fB1\fR
Unclassified
.TP
\fB2\fR
Error in
DTD
.TP
\fB3\fR
Validation error
.TP
\fB4\fR
Validation error
.TP
\fB5\fR
Error in schema compilation
.TP
\fB6\fR
Error writing output
.TP
\fB7\fR
Error in pattern (generated when
\fB\-\-pattern\fR
option is used)
.TP
\fB8\fR
Error in Reader registration (generated when
\fB\-\-chkregister\fR
option is used)
.TP
\fB9\fR
Out of memory error
.SH "SEE ALSO"
.PP
\fBlibxml\fR(3)
.PP
More information can be found at
.TP 3
\(bu
\fBlibxml\fR(3)
web page
\fI\%http://www.xmlsoft.org/\fR
.TP
\(bu
W3C
XSLT
page
\fI\%http://www.w3.org/TR/xslt\fR
.SH "AUTHOR"
John Fleck <jfleck@inkstain.net>, Ziying Sherwin <sherwin@nlm.nih.gov>, Heiko Rupp <hwr@pilhuhn.de>.