1XML-XREAD(1)                     User commands                    XML-XREAD(1)
2
3
4

NAME

6       xml-xread - A simple command-line XML parsing application
7
8

SYNOPSIS

10       xml-xread [options] document.xml
11
12

DESCRIPTION

14       xml-xread is a simple command-line XML Parser. It's just a little wrap‐
15       per around the JAXP XMLReader with support for catalogs.
16
17       The process ends with error-level 1, if there were errors.
18
19

OPTIONS

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       -s
34           Enable W3C XML Schema validation
35
36       -n
37           Perform a namespace-ignorant parse
38
39       -N (default)
40           Perform a namespace-aware parse
41
42       -d integer
43           Set the debug level. Warnings are shown if the debug level is > 2
44
45       -E integer
46           Set the maximum number of errors to display
47
48
49
50
51xml-commons-resolver             11 April 2013                    XML-XREAD(1)
Impressum