Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
question about WHO-PS-SYNTAX syntax in Parenscript
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Canhua  
View profile  
 More options Aug 19 2011, 12:33 am
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob Warnock  
View profile  
 More options Aug 19 2011, 6:49 am
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
arvid  
View profile  
 More options Aug 20 2011, 11:17 pm
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Canhua  
View profile  
 More options Aug 22 2011, 9:36 am
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
ok, thanks

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »