carfield.com.hk XSLT.pdf 2005-06-02T17:28:04Z 2005-06-02T17:28:04Z <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2005-06-02T17:28:04Z ebxml tutorial.pdf 2002-06-20T16:00:00Z 2002-06-20T16:00:00Z <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2002-06-20T16:00:00Z googleapi-search.html 2002-04-15T16:00:00Z 2002-04-15T16:00:00Z <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2002-04-15T16:00:00Z googleapi-spell.html 2002-04-15T16:00:00Z 2002-04-15T16:00:00Z <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2002-04-15T16:00:00Z googleapi.js 2002-04-15T16:00:00Z 2002-04-15T16:00:00Z <br/><TEXTAREA name="code" class="js" rows="16" cols="100">// Mozilla SOAP/Google API functions // Author: Scott Andrew LePera (scott@scottandrew.com) var URI = &quot;http://api.google.com/search/beta2&quot;; function handleResponse(response,call,error) { if (error != 0) { // service failure alert(&quot;Service failure&quot;); return false; } else { // process result // check for fault var fault = response.fault; if (fault != null) { var namespace = fault.faultNamespace; var name = fault.faultCode; var summary = fault.faultString; var actorURI = fault.actorURI; alert(&quot;SOAP Fault:\n\n&quot; + summary); return false; } else { return response; } } } function spellingSuggestion(phrase,key,callback) { var p = []; p[p.length] = new SOAPParameter(key,&quot;key&quot;); p[p.length] = new SOAPParameter(phrase,&quot;phrase&quot;); callGoogle(&quot;doSpellingSuggestion&quot;,p,callback); } function googleSearch(q,start,maxResults,filter,restrict,safeSearch,lr,ie,oe,key,callback) { var p = []; p[p.length] = new SOAPParameter(key,&quot;key&quot;); p[p.length] = new SOAPParameter(q,&quot;q&quot;); p[p.length] = new SOAPParameter(start,&quot;start&quot;); p[p.length] = new SOAPParameter(maxResults,&quot;maxResults&quot;); p[p.length] = new SOAPParameter(filter,&quot;filter&quot;); p[p.length] = new SOAPParameter(restrict,&quot;restrict&quot;); p[p.length] = new SOAPParameter(safeSearch,&quot;safeSearch&quot;); p[p.length] = new SOAPParameter(lr,&quot;lr&quot;); p[p.length] = new SOAPParameter(ie,&quot;ie&quot;); p[p.length] = new SOAPParameter(oe,&quot;oe&quot;); callGoogle(&quot;doGoogleSearch&quot;,p,callback); } function callGoogle(action,p,callback) { try { netscape.security.PrivilegeManager.enablePrivilege(&quot;UniversalBrowserRead&quot;); } catch (e) { alert(e); } var soapCall = new SOAPCall(); soapCall.transportURI = URI; soapCall.encode(0, action, &quot;urn:GoogleSearch&quot;, 0, null, p.length, p); soapCall.asyncInvoke( function (response,call,error) { p = handleResponse(response,call,error); callback(p); } ); }</TEXTAREA><br><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2002-04-15T16:00:00Z index.html 2002-04-15T16:00:00Z 2002-04-15T16:00:00Z <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2002-04-15T16:00:00Z python wdsl.pdf 2001-11-03T16:00:00Z 2001-11-03T16:00:00Z <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2001-11-03T16:00:00Z web service howto.pdf 2001-07-03T16:00:00Z 2001-07-03T16:00:00Z <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2001-07-03T16:00:00Z xml_webCourseTool_tutorial.pdf 2001-07-03T16:00:00Z 2001-07-03T16:00:00Z <br/><br/><script type="text/javascript"><!--google_ad_client = "pub-9426659565807829";google_ad_slot = "9359905831";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 2001-07-03T16:00:00Z