From: <OAC...@ds...> - 2005-10-25 13:34:35
|
Hello All, I recently downloaded the latest version of PortableServe and loaded into my LW image. I found an issue with the HTML macro and was wondering if anyone can direct me to a resolution as I am sure it has been seen already. The issue I have encountered is exemplified by this code example: When I evaluate the following in the REPL: (html (:li "2")), I receive this result: <li>2</li> When I evaluate the following in the REPL: (html (:ul (dolist (item (list 1 2 3)) (html (:li item))), I receive this result: <ul><li></li><li></li><li></li></ul> Can anyone help me out? Thanks. Regards, Oscar A. Chappel Strategic Rule and Information Architect DST Health Solutions, Inc Office: (205)437-6465 Cell: (813)230-3899 ----------------------------------------- This e-mail and any attachments are intended only for the individual or company to which it is addressed and may contain information which is privileged, confidential and prohibited from disclosure or unauthorized use under applicable law. If you are not the intended recipient of this e-mail, you are hereby notified that any use, dissemination, or copying of this e-mail or the information contained in this e-mail is strictly prohibited by the sender. If you have received this transmission in error, please return the material received to the sender and delete all copies from your system. |