[parenscript-devel] question about WHO-PS-HTML syntax

Vladimir Sedach vsedach at gmail.com
Thu Aug 25 21:20:04 UTC 2011


This was a bug in who-ps-html, thank you for finding it. I've pushed a
patch to the git repository.

Vladimir

On Mon, Aug 22, 2011 at 9:38 AM, Canhua <dreameration at gmail.com> wrote:
> hi, what's the parenscript WHO-PS-HTML syntax of this html snippet:
>     <p>t0<span>t1</span></p>
> I tried
>     (who-ps-html (:p "t0" (:span "t1"))),
> which evals to an error, saying function :span is not defined.
>
> Althrough I also found that CL-WHO accepts the following:
>
>   (who:with-html-output-to-string (s) (:p "t0" (:span "t1")))
>
> Thanks.
>
> _______________________________________________
> parenscript-devel mailing list
> parenscript-devel at common-lisp.net
> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>




More information about the parenscript-devel mailing list