Forum Discussion
No RepliesBe the first to reply
I am using "File(myOutFile).append(msg)" to save request & response in a file.
So the output file is like:
<Request>
<Response>
Can I add newline charas between Req & Resp so the output file will be:
<Request>
<Response>