<!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 text="#000000" bgcolor="#ffffff">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
<tt>Thanks to Dougo, I got the XML library loaded. I have a coupla
questions:<br>
<br>
1/ Given these two values for text and banner:<br>
<br>
(define text "pretty &amp; red")<br>
(define banner "\"here is the banner\"")<br>
<br>
(empty-tag-shorthand html-empty-tags)<br>
(write-xml/content (xexpr-&gt;xml `(html (head (title ,banner))<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (body ((bgcolor "white"))<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ,text)))<br>
<br>
The ampersand is converted to an XML entity but the quotation marks are
not<br>
<br>
<br>
2/ I have some files of javascript that I need to place in a website.
How do I create an X-expr that does not atttempt any HTML escaping on
its input string?<br>
<br>
<br>
<br>
</tt>
</body>
</html>