Index: google_cse_adv.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/google_cse_adv/google_cse_adv.module,v
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.2 google_cse_adv.module
--- google_cse_adv.module	15 Sep 2010 17:18:12 -0000	1.1.2.2
+++ google_cse_adv.module	24 Sep 2010 01:10:17 -0000
@@ -259,6 +259,7 @@ function google_cse_adv_response_results
       $snippet = function_exists('htmlspecialchars_decode') ? htmlspecialchars_decode($snippet, ENT_QUOTES) : $snippet;
 
       $results[] = array(
+        'xml' => $result,
         'link' => (string)$result->U,
         'title' => $title,
         'snippet' => $snippet,
