question about WHO-PS-SYNTAX syntax in Parenscript
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.lisp
From:
Canhua <dreamerat... @gmail.com>
Date: Thu, 18 Aug 2011 21:33:17 -0700 (PDT)
Local: Fri, Aug 19 2011 12:33 am
Subject: question about WHO-PS-SYNTAX syntax in Parenscript
hi, what's the parenscript WHO-PS-HTML syntax of this html snippet: <p>t0<span>t1</span></p> (who-ps-html (:p "t0" (:span "t1"))), evals to an error, saying function :span is not defined.
althrough CL-WHO accepts the following:
(who:with-html-output-to-string (s) (:p "t0" (:span "t1")))
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: comp.lang.lisp
From:
r... @rpw3.org (Rob Warnock)
Date: Fri, 19 Aug 2011 05:49:21 -0500
Local: Fri, Aug 19 2011 6:49 am
Subject: Re: question about WHO-PS-SYNTAX syntax in Parenscript
Canhua <comp.lang.lisp@googlegroups.com> wrote:
+--------------- | hi, what's the parenscript WHO-PS-HTML syntax of this html snippet: | <p>t0<span>t1</span></p> | (who-ps-html (:p "t0" (:span "t1"))), evals to an error, saying | function :span is not defined. althrough CL-WHO accepts the following: | (who:with-html-output-to-string (s) (:p "t0" (:span "t1"))) +--------------- As does HTOUT:
> (with-output-to-string (s) (with-html-output (s) (:p "t0" (:span "t1"))))
"<P>t0<SPAN>t1</SPAN></P>" >
-Rob
----- Rob Warnock <r... @rpw3.org> 627 26th Avenue <http://rpw3.org/ > San Mateo, CA 94403
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: comp.lang.lisp
From:
arvid <andy.ar... @gmail.com>
Date: Sat, 20 Aug 2011 20:17:50 -0700 (PDT)
Local: Sat, Aug 20 2011 11:17 pm
Subject: Re: question about WHO-PS-SYNTAX syntax in Parenscript
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: comp.lang.lisp
From:
Canhua <dreamerat... @gmail.com>
Date: Mon, 22 Aug 2011 06:36:30 -0700 (PDT)
Local: Mon, Aug 22 2011 9:36 am
Subject: Re: question about WHO-PS-SYNTAX syntax in Parenscript
You must
Sign in before you can post messages.
You do not have the permission required to post.