xupdate

xupdate - Process XUpdate commands over an XML document

SYNOPSIS

xupdate [options] <xupdate-file> <input-file>

Options:
  -u | --usage       print brief help on usage
  -h | --help        print documentation
  -k | --keep-ws     preserve whitespace in XUpdate file
  -V | --version     print current version and revision
  -i | --indent      indent the output XML

OPTIONS

--usage

Print a brief help message on usage and exits.

--help

Prints the manual page and exits.

--keep-ws

Preserves whitespace in XUpdate file. The default behaviour is to strip any whitespace on the beginning or end of a text node in XUpdate file.

--version

Print version and revision number of This program command and version number of XML::XUpdate library used.

--indent

Indent the resulting document on output.

DESCRIPTION

This program will parse the given XUpdate file and the input file and print the input file updated accordingly. XUpdate file format is described in XUpdate Working Draft from 2000-09-14 (http://www.xmldb.org/xupdate/xupdate-wd.html).