<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
L.S.,<br>
<br>
Is it possible with the plt-webserver to combine X-Exprs and Plain HTML
text with each other?<br>
<br>
e.g.:<br>
<br>
(define H1 "XYZ")<br>
`(html (head (title "test"))(body (h1 ,H1) (<b>literal</b>
"<h2>head2</h2><p><ul><li>
1</li><p><li> 2</li></ul>") (h3 "head3")))<br>
<br>
Thanks in advance for answers,<br>
<br>
Hans<br>
<br>
</body>
</html>