creating asp, noob question

Hello everyone, im trying to make an asp file that will fetch data from a file and make them to a proper xml format.
Ive done all things i wanted, apart from a very simple one.Id like to add a blank line after each record fetched.
For instance lets say i have records

111 and 222, what my script will do is write them like that:
111222
while i wantthem to be like that:
111
222

Adding a <“br/” at the end of the loop waont help cause then waht i get as an output is
111
<br>
222
<br>
I just want a blank like.

Thnx a lot in advance

ASP is Microsoft maybe you’ll get more responses on a windows/Microsoft forum