Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The following page has been changed by ChrisMattmann:
http://wiki.apache.org/nutch/ParserFactoryImprovementProposal

The comment on the change is:
change "name" to "id" in parse-plugins.xml example

------------------------------------------------------------------------------
  <parse-plugins>
  
    <mimeType name="*">
-       <plugin name=”parse-text” order=”1”/>
+       <plugin id=”parse-text” order=”1”/>
-       <plugin name=”another-one-default-parser” order=”2”/>
+       <plugin id=”another-one-default-parser” order=”2”/>
       ....
    </mimeType>
    

Reply via email to