[plt-scheme] xexprs and sxml
>>Anton's suggestion was just to go SXML -> XML and pass the strings to
>>the web-server, essentially bypassing any of the web-server's use of
>>x-expressions at all. Lower-tech, but something that works now without
>>me having to generate a mapping.
>
> This is already possible. See "response" in the web server manual.
Yes, that's what I'm saying. It's a solution that works now.
> (All of the (listof (union string bytes)) parts of the variants of
> response should be probably become ports, in fact.)
Agreed.
Dave