expp - the Epeios XML preprocessor.
expp [-n, --namespace <namespace>] [--no-indent] [-p, --process] [<input-file> [output-file]]expp --versionexpp --licenseexpp --help
expp is an XML processor from the Epeios project (http://zeusw.org/epeios/). expp makes transformations of an XML file following tags which belongs to xpp namespace (by default ; see below on how to change namespace).
<input-file> is the file containing the XML data on which to apply the preprocessor. If this parameter is not given, then the standard input is used.
<output-file> is the resulting file. If this parameter is not given, then the standard output is used.
By default, the result is indented. The --no-indent option suppresses the indentation.
By default, the preprocessor tags must be owned by the xpp namespace. With -n, --namespace, <namespace> becomes the namespace to use.
expp --version displays the version of the software and of its components.
expp --license displays the licence of the software.
expp --help displays a help page.
expp is developed by Claude SIMON (http://zeusw.org/intl/contact.html).