Re: Request: XSP for quering Google Web API

2003-01-05 Thread Lajos Moczar
Attached is one from my and Jeremy's book.

Lajos


Lenya L. Khachaturov wrote:

Hello,

I've discovered that there exists an XSP for quering Google Web API. It
was posted to this list by Ugo Cei at 04.19.2002. Could someone please
send it to me? Or maybe there exist more advanced variants?




--
galatea.com
Cocoon training, consulting & support
Book: Cocoon Developer's Handbook


http://apache.org/xsp";
 xmlns:soap="http://apache.org/xsp/soap/3.0";
>

  

  String query = "";
  try {
 query = request.getParameter("query");
  } catch (Exception e) { }


http://api.google.com:80/search/beta2";
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/1999/XMLSchema";>
  
YOUR_KEY_GOES_HERE
query
0
10
true

false
lang_en|lang_de
latin1
latin1
  

  




-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>


Request: XSP for quering Google Web API

2003-01-05 Thread Lenya L. Khachaturov
Hello,

I've discovered that there exists an XSP for quering Google Web API. It
was posted to this list by Ugo Cei at 04.19.2002. Could someone please
send it to me? Or maybe there exist more advanced variants?

-- 
Lenya Khachaturov
mailto:[EMAIL PROTECTED]

-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>