org.apache.xml.resolver.apps

Class xread

public class xread extends Object

A simple command-line XML parsing application.

This class implements a simple command-line XML Parser. It's just a little wrapper around the JAXP XMLReader with support for catalogs.

Usage: xread [options] document.xml

Where:

-c catalogfile
Load a particular catalog file.
-w
Perform a well-formed parse, not a validating parse.
-v (the default)
Perform a validating parse.
-n
Perform a namespace-ignorant parse.
-N (the default)
Perform a namespace-aware parse.
-d integer
Set the debug level. Warnings are shown if the debug level is > 2.
-E integer
Set the maximum number of errors to display.

The process ends with error-level 1, if there errors.

Version: 1.0

Author: Norman Walsh Norman.Walsh@Sun.COM

See Also:

Method Summary
static voidmain(String[] args)
The main entry point

Method Detail

main

public static void main(String[] args)
The main entry point
Copyright B) 2001 Apache. All Rights Reserved.