4XUPDATE(1)
NAME
4xupdate -- command-line tool for performing XUpdates on XML documents
SYNOPSIS
4xupdate [-h | --help ] [-V | --version ] [-o | --outfile=FILE ]
{source-uri } {xupdate-uri }
OPTIONS
The program follows the usual GNU command line syntax, with long
options starting with two dashes (`-').
- -h, --help
- Show detailed help message.
- -V, --version
- Display version information and exit.
- -o, --outfile=FILE
- Write the result to the given output file.
- source-uri
- The URI of the XML document to which to apply the XUpdate, or "-" to indicate standard input.
- xupdate-uri
- The URI of the XML document containing XUpdate instructions, or "-" to indicate standard input.
AUTHOR
Raphael Bossek <bossekr@debian.org>
VERSION
$Revision: 1.1 $
COPYRIGHT
Copyright (C) 2006 Raphael Bossek
- This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.