Hello All<br>I have an ErlTl template defined as follows<br><br><%? {Users} = Data %><friends><% [user(User) || User <- Users] %></friends><br><%@ user %><br><%? {Uid,Name} = Data %><br>
<friend><uid><% Uid %></uid><name><% Name %></name></friend><br><br>When I compile and render it using a list of friends, it always puts 2 newline characters before each entry of the <friend> tag. <br>
<br>I would like to know if there is a way of getting rid of the white space completely. Any help would be appreciated<br><br>Salonee.<br>