> Hi,
> 
> In a recent post I've been suggested to have a look to the feeder plugin
> (among others) as it could help me to deal with problems in a customised
> contract. I've done it, but I cannot manage to get the plugin working in my
> website. Following the instructions in the feeder plugin site,
> http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin
> .input.feeder/index.html:
> 
> - I've created a feedDescriptor.xml with the content
> 
> <document>
>   <head>
>     <title>Test</title>
>   </head>
>   <body>
>     <feedDescriptor>
>       <feed id="BBCSport_UK">
>        
>  <url>http://news.bbc.co.uk/rss/sportonline_uk_edition/front_page/rss.xml</
> url> </feed>
>     </feedDescriptor>
>   </body>
> </document>
> 
> Nothing is said in the webpage about filename extension or format. I'm
>  assuming it has to be a xdoc document with .xml extension. The file lives
>  in the xdocs directory of my project (i.e.
>  src/documentation/content/xdocs)
> 

This was wrong. The file has not xdoc format. Simply 

<feedDescriptor>
   <feed id="BBCSport_UK">
  
<url>http://news.bbc.co.uk/rss/sportonline_uk_edition/front_page/rss.xml</url> 
</feed>
</feedDescriptor>

in a file named feedDescriptor.xml works.

Vicent
::

        Share what you know, learn what you don't

Attachment: signature.asc
Description: This is a digitally signed message part.