[plt-scheme] literal html data in servlets

From: Mike T. Machenry (dskippy at ccs.neu.edu)
Date: Fri Aug 19 10:33:38 EDT 2005

I didn't see anyone mention the XML and Scheme boxes. Have you seen them?  
You're original pseudo code don't really resemble the boxes, but they are 
designed for this purpose. Check out special menu. Insert XML box and Insert 
Scheme box (into the XML box).

-mike

On Fri, Aug 19, 2005 at 07:42:27AM +0200, Hans Oesterholt-Dijkema wrote:
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> Eli Barzilay schreef:
> 
> Less overhead?
> 
> >On Aug 19, Hans Oesterholt-Dijkema wrote:
> > 
> >
> >>It's a hack, but it works! Thanks! Wrapped it as follows:
> >>
> >>(define-syntax make-literal
> >> (syntax-rules ()
> >>   ((_ s1 ...)
> >>    (make-comment (format "-->\n~a\n<!--" (string-append s1 ...))))))
> >>   
> >>
> >
> >Why not a plain function?
> >
> >(FWIW, I think that Jay's way is better than this...)
> >
> > 
> >
> 



Posted on the users mailing list.