xmlcat

Section: User Commands (1)
Updated: 2002-10-26
Index Return to Main Contents

 

NAME

xmlcat - concatenate XML files

 

SYNOPSIS

xmlcat -i input filename [-R root tagname] [-o output filename] [-z]

 

DESCRIPTION

This concatenates xml files defined at -i or standard input to standard output.

 

PARAMETERS

-R root tagname
this specifies the root tagname
-i input filename
Specify the input filename(s) to concatenate with the input. If a suffix of the filename is '.gz', the command automatically unzip it beforehand.

 

FILE OPTIONS

-o output filename
Specify the output filename for this command. If a suffix of the filename is '.gz', the command automatically returns the output data in zip archive. When "-o" is not specified, the result will sent to standard output.

-z zip archive
compress the standard output by gz: When -o is omitted and this option is specified, the command output the result zipped.

 

USAGE

Example 1. xmlcat -i dat1.xml,dat2.xml -o rsl.xml Example 2. xmlcat -i dat1.xml,dat2.xml -R root -o rsl.xml Example 3. xmlcat -i dat1.xml,dat2.xml -R root:date=20020716,no=1 -o rsl.xml

 

SEE ALSO

xt2xml(1), xt2txt(1), txt2xt(1) For complete documentation and tutorial of xmlcat and other commands, please visit http://musashien.sourceforge.net

 

BUG REPORT

If you find a bug in xmlcat, please send an electronic mail to musashi@adm.osaka-sandai.ac.jp. Before sending a bug report, please verify that you have the lastest version of MUSASHI. Read this manual carefully to ensure the error is not caused by a quirk in the language.

 

AUTHORS

Yukinobu Hamuro, Naoki Katoh, Katsutoshi Yada, Stephane Cheung


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
FILE OPTIONS
USAGE
SEE ALSO
BUG REPORT
AUTHORS

This document was created by man2html, using the manual pages.
Time: 22:43:51 GMT, June 24, 2003