Re: [spr26520] PortableAserve: htmlgen - odd html-print behavior

"Dmitri Ivanov" <[email protected]> Thu, 15 Aug 2002 11:37:18 +0400
Newsgroups gmane.lisp.open-source.franz
Organization YStock Soft
Message-ID <001501c24431$da708a50$0c1fa8c0@div>
----- Original Message -----
From: John Foderaro <[email protected]>
Sent: Wednesday, August 14, 2002 12:49 AM

| I can't reproduce your problem in ACL.
|...snip...|
| So the problem may be in your Lisp or in portable AllegroServe.

Thanks John,

The problem was exactly in htmlgen.cl port. I am addressing my fixes to
paserve maintainers.

Just a few words on difference between the html macro and the html-print
function. They seem to diverge in treating '|| as an attribute value:

    (html ((:option :selected '||)))
=> <option selected></option>

but

    (html-print '((:option :selected ||)) *html-stream*)
=> <OPTION SELECTED=""></OPTION>

Does not this makes the definition of lhtml less consistent?
---
Sincerely,
Dmitri Ivanov
www.aha.ru/~divanov