<HTML><BODY><DIV style='font-family: "Verdana"; font-size: 10pt;'><DIV>
<DIV>This is what the function "server-response" in the current WebIt! does, to </DIV>
<DIV>output WebIt! XML (both rs-xml structures in the past and SXML in the current</DIV>
<DIV>version).</DIV>
<DIV> </DIV>
<DIV>Jim</DIV> <BR>-----Original Message-----<BR>From: Dave Herman <dherman@ccs.neu.edu><BR>To: Robby Findler <robby@cs.uchicago.edu><BR>Cc: PLT Scheme <plt-scheme@list.cs.brown.edu><BR>Sent: Mon, 09 Jan 2006 13:22:20 -0500<BR>Subject: Re: [plt-scheme] xexprs and sxml<BR><BR>
<STYLE>
.AOLPlainTextBody {
margin: 0px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 12px;
color: #000;
background-color: #fff;
}
.AOLPlainTextBody pre {
font-size: 9pt;
}
.AOLInlineAttachment {
margin: 10px;
}
.AOLAttachmentHeader {
border-bottom: 2px solid #E9EAEB;
background: #F9F9F9;
}
.AOLAttachmentHeader .Title {
font: 11px Tahoma;
font-weight: bold;
color: #666666;
background: #E9EAEB;
padding: 3px 0px 1px 10px;
}
.AOLAttachmentHeader .FieldLabel {
font: 11px Tahoma;
font-weight: bold;
color: #666666;
padding: 1px 10px 1px 9px;
}
.AOLAttachmentHeader .FieldValue {
font: 11px Tahoma;
color: #333333;
}
</STYLE>
<DIV class=AOLPlainTextBody id=AOLMsgPart_0_ded97336-25d6-40a1-85fc-5dccc5998aec>>>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. <BR>> > This is already possible. See "response" in the web server manual. <BR> <BR>Yes, that's what I'm saying. It's a solution that works now. <BR> <BR>> (All of the (listof (union string bytes)) parts of the variants of <BR>> response should be probably become ports, in fact.) <BR> <BR>Agreed. <BR> <BR>Dave <BR>_________________________________________________ <BR> For list-related administrative tasks: <BR> <A href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target=_blank>http://list.cs.brown.edu/mailman/listinfo/plt-scheme</A> <BR></DIV><!-- end of AOLMsgPart_0_ded97336-25d6-40a1-85fc-5dccc5998aec --></DIV></DIV></BODY></HTML>