code dude
2008-03-07 16:14:10 UTC
Hi List ,
I have writen a small program where i want output of template processing as
string not as OutputStreamWriter !! can some one suggest me who to do so ?
Writer out = new OutputStreamWriter(System.out);
template.process(data, out);
return temp.toString()
I have writen a small program where i want output of template processing as
string not as OutputStreamWriter !! can some one suggest me who to do so ?
Writer out = new OutputStreamWriter(System.out);
template.process(data, out);
return temp.toString()