Hi to all,
I'm creating files from a given xml file using xalan processor.
The problem is that, I want to create a new file not to write into the existing file.
It creates new file if there is no file with the same name, but if there is, it appends the new file into the older file.
I'm using...