[Yanel-commits] rev 32159 - public/yanel/trunk/src/contributions/resources/nutch/yanel-htdocs/doc

michi at wyona.com michi at wyona.com
Mon Feb 18 22:37:24 CET 2008


Author: michi
Date: 2008-02-18 22:37:24 +0100 (Mon, 18 Feb 2008)
New Revision: 32159

Modified:
   public/yanel/trunk/src/contributions/resources/nutch/yanel-htdocs/doc/index.html
Log:
example custom nutch config added

Modified: public/yanel/trunk/src/contributions/resources/nutch/yanel-htdocs/doc/index.html
===================================================================
--- public/yanel/trunk/src/contributions/resources/nutch/yanel-htdocs/doc/index.html	2008-02-18 21:35:34 UTC (rev 32158)
+++ public/yanel/trunk/src/contributions/resources/nutch/yanel-htdocs/doc/index.html	2008-02-18 21:37:24 UTC (rev 32159)
@@ -58,6 +58,18 @@
     </yanel:resource-config>
 </pre>
 
+    <p><b>Search results with some XSLT applied using a custom configuration</b></p>
+
+<pre>
+    &lt;yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+      &lt;yanel:rti name="nutch" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+      &lt;yanel:property name="global-xslt" value="/xslt/global.xsl"/>
+      &lt;yanel:property name="nutch-config" value="file:/home/USER/nutch-config.xml"/>
+    &lt;/yanel:resource-config>
+</pre>
+
+
 <!--
     <p><b>Make only specific resources (e.g. file and xml) available for creation of corresponding instances</b></p>
 



More information about the Yanel-commits mailing list