Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmlmerge(1) [debian man page]

XMLMERGE(1)															       XMLMERGE(1)

NAME
xmlmerge - Command line tool for merging XML snippets from multiple files SYNOPSIS
xmlmerge [options] <input file(s)> DESCRIPTION
The xmlmerge command collects XML snippets scattered to multiple files and merges them into one big XML tree. This tool is used by the build process of AqBanking to merge HBCI segment definitions from several files into one big XML file. OPTIONS
--compact Try to keep the merged XML data compact. --header Add a XML header to the merged XML data. --help, -h Output a short usage hint. --logfile LOGFILE Write log messages to the file LOGFILE. You need to select the logging type "logfile" for this option having any impact. See also option "--logtype" for more information. --loglevel LOGLEVEL Select the desired log level. Valid values are emergency, alert, critical, error, warning, notice, info, debug and verbous. --logtype LOGTYPE Select the desired logging type. Valid values are console, file and syslog. -o OUTFILE Write the resulting XML tree to the file OUTFILE. If this option is omitted the result is written to the standard output. -v enable verbose output. --version -V: Output the version of the xmlmerge tool. BUGS
There are now known bugs at the time of writing this manual page. COPYING
Copyright (C) Martin PreuB. Free use of this software is granted under the terms of the Lesser GNU Public License (LGPL). The manpage was composed by Micha Lenk and converted by the nifty tool AsciiDoc into a manpage. AUTHOR
Micha Lenk <micha@lenk.info> Author. 05/10/2012 XMLMERGE(1)

Check Out this Related Man Page

AQHBCI-TOOL4(1) 														   AQHBCI-TOOL4(1)

NAME
aqhbci-tool4 - Command line tools for setup, modification and debugging of HBCI settings. SYNOPSIS
aqhbci-tool4 [global options] <command> [command options] DESCRIPTION
The aqhbci-tool4(1) command can be used to setup and manage AqBanking's HBCI users, customers and accounts. OPTIONS
Two common options need to be distinguished carefully from each other: "-c CUSTOMER_ID" refers to the German "Kunden-ID" or "Kundennummer". "-u USER_ID" refers to the German "Benutzerkennung". If your bank has specified both to you, you need to check carefully not to confuse one with the other. -C PARAM, --cfgfile=PARAM Specify the configuration file -P PARAM, --pinfile=PARAM Specify the PIN file -n, --noninteractive Select non-interactive mode. This automatically returns a confirmative answer to any non-critical message. -A, --acceptvalidcerts Automatically accept all valid TLS certificate --charset=PARAM Specify the output character set -h, --help Show this help screen. For help on commands, run aqhbci-tool <COMMAND> --help. COMMANDS
mkpinlist This command creates an empty PIN file adduser Adds a user (-> setup HBCI for a bank) deluser Deletes a user. getkeys Requests the server's key getcert Requests the server's SSL certificate createkeys Create user keys. sendkeys Send the user keys to the bank. getaccounts Requests account list for a user getsysid Requests a system id for the given user getitanmodes Requests supported iTAN modes for the given user listusers List the users listaccounts List the accounts changepin Change the PIN of a key file iniletter Print the INI letter for a given user addaccount Manually add account delaccount Deletes account setMaxTransfers Set the maximum number of transfers/debit notes per job setTanMediumId Set the medium id for some PIN/TAN methods (like mTAN) For help on options available to specific commands, run aqhbci-tool4 <COMMAND> --help. FILES
$HOME/.aqbanking/ All files in this directory are part of the AqBanking configuration. Even though mostly all files are in a simple plaintext syntax, you MUST NOT change anything in here without using the tools or libraries provided by AqBanking, except you know exactly what you are doing. Those files may be subject to changes in future AqBanking releases. BUGS
Probably lots, please post them to the mailing list (see Resources below) when you find them. RESOURCES
The README file[1] contains the README which describes some setup scenarios in detail. On the AqBanking mailing lists[2] you can give kudos to the developers or get answered your questions. COPYING
Copyright (C) Martin PreuB. Free use of this software is granted under the terms of the GNU General Public License (GPL). The manpage was composed by Micha Lenk and converted by the nifty tool AsciiDoc into a manpage. AUTHOR
Micha Lenk <micha@lenk.info> Author. NOTES
1. The README file file:///usr/share/doc/aqbanking-tools/README.aqhbci-tool.gz 2. AqBanking mailing lists http://lists.aqbanking.de/cgi-bin/mailman/listinfo/aqbanking-user 12/09/2012 AQHBCI-TOOL4(1)
Man Page