'\" t .\" Title: xmlmerge .\" Author: Micha Lenk .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 2013-03-03 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" .TH "XMLMERGE" "1" "2013\-03\-03" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" xmlmerge \- Command line tool for merging XML snippets from multiple files .SH "SYNOPSIS" .sp \fIxmlmerge\fR [options] .SH "DESCRIPTION" .sp The \fIxmlmerge\fR 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" .PP \-\-compact .RS 4 Try to keep the merged XML data compact\&. .RE .PP \-\-header .RS 4 Add a XML header to the merged XML data\&. .RE .PP \-\-help, \-h .RS 4 Output a short usage hint\&. .RE .PP \-\-logfile \fILOGFILE\fR .RS 4 Write log messages to the file \fILOGFILE\fR\&. You need to select the logging type "logfile" for this option having any impact\&. See also option "\-\-logtype" for more information\&. .RE .PP \-\-loglevel \fILOGLEVEL\fR .RS 4 Select the desired log level\&. Valid values are \fIemergency\fR, \fIalert\fR, \fIcritical\fR, \fIerror\fR, \fIwarning\fR, \fInotice\fR, \fIinfo\fR, \fIdebug\fR and \fIverbous\fR\&. .RE .PP \-\-logtype \fILOGTYPE\fR .RS 4 Select the desired logging type\&. Valid values are \fIconsole\fR, \fIfile\fR and \fIsyslog\fR\&. .RE .PP \-o \fIOUTFILE\fR .RS 4 Write the resulting XML tree to the file \fIOUTFILE\fR\&. If this option is omitted the result is written to the standard output\&. .RE .PP \-v .RS 4 enable verbose output\&. .RE .PP \-\-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\(ss\&. 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 AsciiDoc into a manpage\&. .SH "AUTHOR" .PP \fBMicha Lenk\fR <\&micha@debian\&.org\&> .RS 4 Author. .RE