There's no way of doing it with the HTML generation macro included in the last PS release, neither do the current HTML generators omit the closing tag when it's unnecessary. I'll have to fix that.
Vladimir
On Tue, Dec 30, 2008 at 5:00 AM, David Barker kzar@kzar.co.uk wrote:
Hi,
I'm trying to generate <input name="foo"> with ps-html, the closest I got was (ps-html ((:input :name "foo"))) which creates <input name="foo"></input>.
I had a look through the tutorial and reference guide and asked in #lisp but didn't have much luck. I guess it's a pretty simple problem to solve but I am totally stuck, does anyone know how I can do this?
(In other words how do I stop ps-html from adding a closing tag sometimes)
Cheers, Dave.
parenscript-devel mailing list parenscript-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel