1XML-XPARSE(1) User commands XML-XPARSE(1)
2
3
4
6 xml-xparse - A simple command-line XML parsing application
7
8
10 xml-xparse [options] document.xml
11
12
14 xml-xparse is a simple command-line XML Parser. It's just a little
15 wrapper around the JAXP Parser with support for catalogs.
16
17 The process ends with error-level 1, if there were errors.
18
19
21 Command-line options are described below.
22
23
24 -c catalogfile
25 Load a particular catalog file
26
27 -w
28 Perform a well-formed parse, not a validating parse
29
30 -v (default)
31 Perform a validating parse
32
33 -n
34 Perform a namespace-ignorant parse
35
36 -N (default)
37 Perform a namespace-aware parse
38
39 -d integer
40 Set the debug level. Warnings are shown if the debug level is > 2
41
42 -E integer
43 Set the maximum number of errors to display
44
45
46
47
48xml-commons-resolver 11 April 2013 XML-XPARSE(1)