chibi-scheme
chibi-scheme copied to clipboard
html-escape of the source file sxml.scm can not work for the '>' character
(html-escape "<a href=\"http://foo.scm/\">foo</a>")
The output
<a href="http://foo.scm/">foo</a>