[parenscript-devel] How do I skip the closing tag with ps-html?

Vladimir Sedach vsedach at gmail.com
Sat Jan 17 21:38:31 UTC 2009


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 at 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 at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>




More information about the parenscript-devel mailing list