4XUpdate command-line application
4xupdate |
[--help] [--in-place] [--out-file=<out-file>] source-uri xupdate-uri |
Name | Description |
---|---|
-h, --help | show detailed help message |
-i, --in-place | Update the source file in place |
-o, --out-file=<out-file> | Write the result to the given output file |
Name | Description |
---|---|
source-uri | The URI of the source XML document. Note: if you use "-" as the name of the source document, the source will instead be read from standard input. "-" cannot be specified as the source URI if the "-i" option is used. |
xupdate-uri | The URI of the XUpdate instruction file. Note: if you use "-" as the name of the source document, the source will instead be read from standard input. The "-" option can only be used for the source or the XUpdate argument, not both. |