|
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.
|