<?xml version="1.0" encoding="iso-8859-1"?>
<!--
  Jacson demo.
  Uses the Head to obtain something similar to UNIX head.
  -->
<application>
    <se:param se:name="count" se:value="2"/>
    <se:param se:name="debug" se:value="false"/>
    <jacson>
        <filter se:this="HeadFilter" count="${count}"/>
        <eval se:this="LoggingEvaluator"/>
        <!-- 
          Value printing report strips away all the structur
          from the output data. Additionally it can do a simple
          selection on the output: The "section" argument select
          certain path names.
        -->
        <report se:this="ValuePrintingReport">
            <section>lines/log/chunk</section>
            <debug>${debug}</debug>
        </report>
    </jacson>
</application>
