chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] sxml->html


From: Michele Simionato
Subject: [Chicken-users] sxml->html
Date: Sun, 17 Oct 2004 11:51:23 +0200

Hi Felix!

I was browing trough spiffy and playing with sxml->html; I get something
unexpected and I would like to know if it is the right behavior or not.
Here is the issue:

(sxml->html '(h1 (@ (href "http://www.call-with-current-continuation.org";))
                 hello felix))

prints 

<h1 href="http://www.call-with-current-continuation.org";>hellofelix</h1>

with no spaces between hello and felix. Is this ok? It is pretty easy to
"fix" that, but maybe it should not be fixed. I am a total beginner
for what concerns SXML, so I thought I would ask here.


  Michele Simionato




reply via email to

[Prev in Thread] Current Thread [Next in Thread]