[Prev][Next][Index][Thread]

Re: Custom Parsers for Search URLs




>In this case, + has no special meaning (we're using form url encoding).
>However, you could provide your own parser to convert these into a list if
>you like.
>
>See the discussion in: 
>
>http://wilson.ai.mit.edu/cl-http/show-documentation?HTTP%3AEXPORT-URL

Interesting. So this is is the "right" way to put a standard search url out on a page, in such a way that the search url conventions are not replicated throughout the lisp code in thousands of "(format nil "~A~?~A=?A+?A..." ...) statements, and so that a change in search string conventions can be easily implemented.

Now, for a simple (?) question on the use of the URL:STANDARD-WRITE-SEARCH-INFO function: if I were to want to generate an anchor that contains search info in it,  what would be a good way to do this? It seems that the note-anchor fn is looking for a URL, but the STANDARD-WRITE-SEARCH-INFO function wants to write to a stream. 

Mark Feblowitz
GTE Laboratories Incorporated
40 Sylvan Road
Waltham, MA 02154-1120
mfeblowitz@gte.com
phone:(617) 466-2947 fax: (617) 466-2618




Follow-Ups: References: