Actually the situation is something like this:
I am getting the output of a batch file as an input stream in my servlet.I have a xml in which i have a tag like <result></result> in which I put the whole output.
Now I apply xsl and display this on the textarea.Here I want to break up the output from the batch file while displaying on the textarea into lines.
But am not able to do that.
Any help??
