I allways used XSLT to create one output file (XML, PDF, HTML, ...) out of one source file (source.xml).
I would like to know if it is possible to create more output files out of one source file with one xslt-file.
Which function/class/... do I have to use in a
servlet? (Until now I allways used Cocoon.)
I also thought about programming a servlet that parses (with JDOM) a XML file and generates many output XML-files (the servlet is a substitute for my XSLT-file), but I think this is not the best method (performance, complexity).
Hopefully somebody can help me,
greetings, Robert.