[Yanel-commits] rev 43877 - public/yanel/trunk/src/contributions/resources/search/src/java/org/wyona/yanel/impl/resources/search

michi at wyona.com michi at wyona.com
Sun Jul 26 23:09:47 CEST 2009


Author: michi
Date: 2009-07-26 23:09:46 +0200 (Sun, 26 Jul 2009)
New Revision: 43877

Modified:
   public/yanel/trunk/src/contributions/resources/search/src/java/org/wyona/yanel/impl/resources/search/SearchResource.java
Log:
namespace fixed

Modified: public/yanel/trunk/src/contributions/resources/search/src/java/org/wyona/yanel/impl/resources/search/SearchResource.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/search/src/java/org/wyona/yanel/impl/resources/search/SearchResource.java	2009-07-26 21:08:34 UTC (rev 43876)
+++ public/yanel/trunk/src/contributions/resources/search/src/java/org/wyona/yanel/impl/resources/search/SearchResource.java	2009-07-26 21:09:46 UTC (rev 43877)
@@ -36,8 +36,8 @@
                 //sb.append("<provider source-name=\"" + "Wyona-FOAF" + "\" source-domain=\"" + "http://foaf.wyona.org" + "\" numberOfResults=\"" + pNodes.length + "\">");
                 sb.append("<y:results provider=\"google\">");
                 for (int i = 0; i < nodes.length; i++) {
-                    sb.append("<result repo-path=\""+nodes[i].getPath()+"\">");
-                    sb.append("</result>");
+                    sb.append("<y:result repo-path=\""+nodes[i].getPath()+"\">");
+                    sb.append("</y:result>");
                 }
                 sb.append("</y:results>");
             }



More information about the Yanel-commits mailing list