My application applies a lot of XSL to a continous flow of XML documents. Sometimes the output document is empty. It is a normal situation, but is there any simple way to ask Xalan not to create the output file when it is empty?
Of course, I can change my software to output into a memory stream, test for the size of the stream, then write it into a file if it is needed, but I wonder if Xalan itself can handle this situation. Thank you! Philippe Lambert
