From: Maarten Koopmans (maarten at vrijheid.net) Date: Fri Jan 19 01:39:17 EST 2007 |
|
Hi, I am looking into DrScheme and its web server and I noticed that the content is servlet based or static. Is there a way to embed scheme code in XML documents? I suspect it should be possible (XML boxes?) but being new to DrScheme some help would be highly appreciated! E.g. I'd like to write something like this: <html><head></head><body> (+ 1 2) </body></html> which should be served as: <html><head></head><body> 3 </body></html> Thanks! --Maarten
Posted on the users mailing list. |
|