[plt-scheme] plt web server question
Many thanks. Finally I finished it (for now). For anyone interested: it
is a Scheme REPL through web interface (attached).
I just used HTML textarea to hold information. So it's pretty simple:
only pure text is allowed, and I don't know for now how to (by using
javascript) to control the scrolling in the textarea. If anyone is
interested in puting more fancy Javacript into it to make it feel more
like DrScheme, feel free to do so.
Chongkai
Jay McCarthy wrote:
> This is the problem. The string here will be XML-quoted, so that '&'
> will be turned into '&'. That will mess up the request processing.
> You want to put in a XML CDATA element into the Xexpr.
>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: repl.ss
URL: <http://lists.racket-lang.org/users/archive/attachments/20080610/db1fb99b/attachment.ksh>