I am a new user so please excuse if this is a simple problem!
I am having a problem with "process documents from web" operator.
As I understand it this operator is basically the same as Crawl Web operator but allows for an inner process to process crawled content before storing it.
I have the following very simple start for my process
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="5.0">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="5.0.0" expanded="true" name="Process">
<process expanded="true" height="673" width="1094">
<operator activated="true" class="web:process_web" compatibility="5.0.3" expanded="true" height="60" name="Process Documents from Web" width="90" x="179" y="120">
<parameter key="url" value="http://www.aol.com"/>
<list key="crawling_rules">
<parameter key="follow_link_with_matching_text" value=".*"/>
<parameter key="store_with_matching_content" value=".*"/>
</list>
<parameter key="add_pages_as_attribute" value="true"/>
<parameter key="max_pages" value="10"/>
<process expanded="true" height="385" width="432">
<connect from_port="document" to_port="document 1"/>
<portSpacing port="source_document" spacing="0"/>
<portSpacing port="sink_document 1" spacing="0"/>
<portSpacing port="sink_document 2" spacing="0"/>
</process>
</operator>
<connect from_op="Process Documents from Web" from_port="example set" to_port="result 1"/>
<portSpacing port="source_input 1" spacing="0"/>
<portSpacing port="sink_result 1" spacing="0"/>
<portSpacing port="sink_result 2" spacing="0"/>
</process>
</operator>
</process>
When I run this I get an error "Process failed for input string follow link with matching text." As a result I cant get past this step to build a fuller process.
I cant see what I have specified wrong - im sure its something simple. I dont have any inner operators specified tathe moment - I tried it with inner operators but that made no difference and the problem is clearly at the start of the process with the crawl and store rules