fire-validate-0.5.10 - Validates a set of local XML files against an XML Schema. Usage: fire-validate [OPTION]... [FILE]... Mandatory arguments to long options are mandatory for short options too. Startup: -v, --version display the version of this program and exit. --help print this help and exit. Validation options: -w, --wellformed do not validate; check for well-formedness only. -n, --namespace=URI namespace of external schema location. -s, --schema=FILE|URL W3C XML schema of external schema location. Logging: -l, --loglevel=all|trace|debug|info|warn|error|fatal|off (default='info'). Benchmarking: -i, --iterations=INTEGER execute query times (default=1). Examples: cd firefish/src/schemas fire-validate --wellformed examples/ok.xml fire-validate examples/ok.xml fire-validate examples/ok2.xml fire-validate --namespace=http://dsd.lbl.gov/p2pio-1.0 --schema=p2pio.xsd examples/*.xml fire-validate --namespace=http://dsd.lbl.gov/p2pio-1.0 --schema=examples/../p2pio.xsd examples/*.xml fire-validate --namespace=http://dsd.lbl.gov/p2pio-1.0 --schema=http://dsd.lbl.gov/firefish/schemas/p2pio.xsd.xml examples/*.xml fire-validate --schema=p2pio.xsd examples/*.xml Mail bug reports and suggestions to http://dsd.lbl.gov/firefish.