<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi list,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I'm writing a web application with Erlang. I would 
like to separate application logic from user interface (html), so I'm using a 
controller module for the former and esps for the latter. I have an old 
version of esp.beam; does anybody know if there are new versions? I would also 
like to pass records to the esp, as I think this could be a flexible approach (I 
can retrieve data from the database as records and show them on the esp, and use 
names and not positions to retrieve the columns). Does anybody know if there is 
a way to work with records from an esp?</FONT></DIV>
<DIV><FONT face=Arial size=2>If esps are discontinued or no longer supported, 
what other approach would you suggest (other than generating 
html programatically)?</FONT></DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>    
Sebastian-</FONT></DIV></BODY></HTML>