![](https://secure.gravatar.com/avatar/6a2a0564e2c584c8e9fa1ec369bd23e0.jpg?s=120&d=mm&r=g)
25 Aug
2011
25 Aug
'11
9:20 p.m.
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@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@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel