A related question.instead of redirect writing to a file,could the output be redirected to a stream as the regular output is?
as in javax.xml.transform.Transformer.transform(src, res) here result(res) being the stream and can be redirected to a file if needed. ----- Original Message ----- From: "Marco" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 19, 2004 11:41 AM Subject: Xalan redirect > When I use redirect:write Xalan creates a new file with the same > xsl:output setting. > > In my case, I would like to omit the xml declaration in the newly > created file, and mantain it in the main output file. > > Is it possible? Are there any options? > > Thanks in advance, > Marco >
