[plt-scheme] literal html data in servlets

From: Hans Oesterholt-Dijkema (hdnews at gawab.com)
Date: Thu Aug 18 15:33:16 EDT 2005

L.S.,

Is it possible with the plt-webserver to combine X-Exprs and Plain HTML 
text with each other?

e.g.:

(define H1 "XYZ")
`(html (head (title "test"))(body (h1 ,H1) (*literal* 
"<h2>head2</h2><p><ul><li> 1</li><p><li> 2</li></ul>") (h3 "head3")))

Thanks in advance for answers,

Hans

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20050818/986d9100/attachment.html>

Posted on the users mailing list.