I wonder if it's possible to generate multiple output files at the same time (during the same transformation run) using a JaxP-Transformer from just one input file.
I have a use-case where I get a huge model file from which multiple java interfaces and implementations are generated. The model contains entities and for each of the entities a separate interface, implementation, ... should be generated. Using Ant, this is possible but since the generation must be switched to maven I wanted to use JaxP within our own generator plugin.