'\" t .\" Title: xmlmerge .\" Author: Micha Lenk .\" Generator: Asciidoctor 2.0.20 .\" Date: 2023-09-17 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" .TH "XMLMERGE" "1" "2023-09-17" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" xmlmerge \- Command line tool for merging XML snippets from multiple files .SH "SYNOPSIS" .sp \fIxmlmerge\fP [options] .SH "DESCRIPTION" .sp The \fIxmlmerge\fP command collects XML snippets scattered to multiple files and merges them into one big XML tree. .sp This tool is used by the build process of AqBanking to merge HBCI segment definitions from several files into one big XML file. .SH "OPTIONS" .sp \-\-compact .RS 4 Try to keep the merged XML data compact. .RE .sp \-\-header .RS 4 Add a XML header to the merged XML data. .RE .sp \-\-help, \-h .RS 4 Output a short usage hint. .RE .sp \-\-logfile \fILOGFILE\fP .RS 4 Write log messages to the file \fILOGFILE\fP. You need to select the logging type "logfile" for this option having any impact. See also option "\-\-logtype" for more information. .RE .sp \-\-loglevel \fILOGLEVEL\fP .RS 4 Select the desired log level. Valid values are \fIemergency\fP, \fIalert\fP, \fIcritical\fP, \fIerror\fP, \fIwarning\fP, \fInotice\fP, \fIinfo\fP, \fIdebug\fP and \fIverbous\fP. .RE .sp \-\-logtype \fILOGTYPE\fP .RS 4 Select the desired logging type. Valid values are \fIconsole\fP, \fIfile\fP and \fIsyslog\fP. .RE .sp \-o \fIOUTFILE\fP .RS 4 Write the resulting XML tree to the file \fIOUTFILE\fP. If this option is omitted the result is written to the standard output. .RE .sp \-v .RS 4 enable verbose output. .RE .sp \-\-version .RS 4 \-V: Output the version of the xmlmerge tool. .RE .SH "BUGS" .sp There are now known bugs at the time of writing this manual page. .SH "COPYING" .sp Copyright (C) Martin Preuß. Free use of this software is granted under the terms of the GNU Lesser General Public License (LGPL). .sp The manpage was composed by Micha Lenk and converted by the nifty tool Asciidoctor into a manpage. .SH "AUTHOR" .sp Micha Lenk