public class XmlMTransformer
extends java.lang.Object
This class helps to transform XML documents. Internally it uses the saxon transformer.
The separability to saxon is, the output will not write only to a file,
it may be postprocessed, therefor an alternativ output of the xml tree is used.
TODO: here are some tryings to output to TinyTree, Jdom and others,
but there are no prosperity now. It is indefinite here now, how to evaluate
and change a tree with the saxon object model.
Therefore only the simple output method is useable, see comments.