Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

geier(1) [debian man page]

GEIER(1)							   User Commands							  GEIER(1)

NAME
geier - Command line interface to the Geier library SYNOPSIS
geier [OPTION...] [FILE]... DESCRIPTION
Command line interface to the Geier library (libgeier), allowing to validate, apply stylesheets, digitally sign and send Elster XML docu- ments. -d, --dry-run Don't send the Elster XML document to the inland revenue office for further processing. This is, if you want to just check the doc- ument for validity (against the schema files), apply the corresponding stylesheet, etc. supply this option. --dump=FILE Write the result which we have received from the inland revenue office to the file FILE (right after decryption). This might be useful, if you want to keep a copy of the result somewhere and provided the --xsltify command line argument. -e, --encrypt-only Only encrypt the provided Elster XML document. Nothing more. This is mainly for testing purposes, as you will not be able to decrypt the document (since it is public key encrypted). If you transfer the result manually, you will not be able to decrypt the result either, since it is encrypted symetrically and you do not get the needed key back. -s, --softpse=FILE Digitally sign the document using software certificates. The file with the provided name is expected to contain a PKCS#12 certifi- cate container from which the private key as well as the certificate needed for signing will be extracted. If you supply this option, you will be asked to enter the container's PIN code later on. -v, --validate Try to validate the document against the schema files, provided by Germany's inland revenue office, right after parsing. In case the document cannot be validated, complain and abort before any further processing. -x, --xsltify Apply the stylesheet, suitable for this type of Elster XML document, to the document itself in order to generate XHTML output. In case you have chosen to send the document to the inland revenue office, the result we got back will be mangled. If you have pro- vided the --dry-run switch, the stylesheet will be applied against the provided document itself. You most probably want to use this option, if you would like to have a somewhat printable protocol after transmitting your data. -?, --help Give this help list. --usage Give a short usage message. -V, --version Print program version. Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. Please mind that libgeier is currently very much in alpha alike state, therefore please do not expect a tool working perfectly right now. COPYRIGHT
Copyright (C) 2005 Stefan Siegl <stesie@brokenpipe.de>, Germany This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. Geier Command Line Interface November 2005 GEIER(1)

Check Out this Related Man Page

VIRT-XML-VALIDATE(1)					      Virtualization Support					      VIRT-XML-VALIDATE(1)

NAME
virt-xml-validate - validate libvirt XML files against a schema SYNOPSIS
virt-xml-validate XML-FILE [SCHEMA-NAME] DESCRIPTION
Validates a libvirt XML for compliance with the published schema. The first compulsory argument is the path to the XML file to be validated. The optional second argument is the name of the schema to validate against. If omitted, the schema name will be inferred from the name of the root element in the XML document. Valid schema names currently include "domain" The schema for the XML format used by guest domains configuration "network" The schema for the XML format used by virtual network configuration "storagepool" The schema for the XML format used by storage pool configuration "storagevol" The schema for the XML format used by storage volume descriptions "nodedev" The schema for the XML format used by node device descriptions "capability" The schema for the XML format used to declare driver capabilities EXIT STATUS
Upon successful validation, an exit status of 0 will be set. Upon failure a non-zero status will be set. AUTHOR
Daniel P.Berrange BUGS
Report any bugs discovered to the libvirt community via the mailing list "http://libvirt.org/contact.html" or bug tracker "http://libvirt.org/bugs.html". Alternatively report bugs to your software distributor / vendor. COPYRIGHT
Copyright (C) 2009-2010 by Red Hat, Inc. Copyright (C) 2009 by Daniel P. Berrange LICENSE
virt-xml-validate is distributed under the terms of the GNU GPL v2+. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE SEE ALSO
virsh(1), online XML format descriptions "http://libvirt.org/format.html" libvirt-0.8.1 2010-07-05 VIRT-XML-VALIDATE(1)
Man Page