welcome/
java-mcmc/
software/
papers/
links/
email me

XML-CAT

NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
SOURCE
BUGS
AUTHOR
SEE ALSO

NAME

xml-cat − concatenate XML files and print on the standard output

SYNOPSIS

xml-cat [OPTION] [FILE]...

DESCRIPTION

xml-cat concatenates several XML files and outputs a single well formed XML file to standard output. If no FILE is given, xml-cat reads standard input.

Each input file may contain several XML documents interspersed with plain text. The plain text is ignored, and the XML documents are concatenated. If none of the input contains XML, nothing is printed.

EXAMPLES

echo "hello" | xml-cat

This outputs nothing since "hello" isn’t XML.

SOURCE

The source code for the latest version of this program is available at the following locations:

http://www.lbreyer.com/gpl.html
http://dbacl.sourceforge.net

BUGS

AUTHOR

Laird A. Breyer <laird@lbreyer.com>

SEE ALSO

xml-coreutils(7)