A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="6.4.000"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="6.4.000" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="read_database" compatibility="6.4.000" expanded="true" height="60" name="Read Database" width="90" x="45" y="120"> <parameter key="query" value="SELECT id, xml FROM myTable; "/> <enumeration key="parameters"/> </operator> <operator activated="true" class="text:data_to_documents" compatibility="6.4.001" expanded="true" height="60" name="Data to Documents" width="90" x="179" y="120"> <list key="specify_weights"/> </operator> <operator activated="true" class="loop_collection" compatibility="6.4.000" expanded="true" height="76" name="Loop Collection" width="90" x="313" y="120"> <process expanded="true"> <operator activated="true" class="text:write_document" compatibility="6.4.001" expanded="true" height="76" name="Write Document" width="90" x="112" y="120"/> <operator activated="true" class="read_xml" compatibility="6.4.000" expanded="true" height="60" name="Read XML" width="90" x="246" y="120"> <enumeration key="xpaths_for_attributes"/> <list key="namespaces"/> <list key="annotations"/> <list key="data_set_meta_data_information"/> </operator> <connect from_port="single" to_op="Write Document" to_port="document"/> <connect from_op="Write Document" from_port="file" to_op="Read XML" to_port="file"/> <connect from_op="Read XML" from_port="output" to_port="output 1"/> <portSpacing port="source_single" spacing="0"/> <portSpacing port="sink_output 1" spacing="0"/> <portSpacing port="sink_output 2" spacing="0"/> </process> </operator> <connect from_op="Read Database" from_port="output" to_op="Data to Documents" to_port="example set"/> <connect from_op="Data to Documents" from_port="documents" to_op="Loop Collection" to_port="collection"/> <connect from_op="Loop Collection" from_port="output 1" 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>