<HTMLScraperConfig>

   <StateTransitions processedResultType="Record" begState="_NONE_">

     <HTMLEvent eventType="SimpleTag" tagType="span" fromState="_NONE_" toState="foundResults" > 
       <InputAttribute attrName="class" attrVal="style9Analysis" />
     </HTMLEvent>

     <HTMLEvent eventType="StartTag" tagType="div" fromState="foundResults" toState="AtTitle" >
       <InputAttribute attrName="id" attrVal="box" />
     </HTMLEvent>

     <HTMLEvent eventType="HandleText" fromState="AtTitle" toState="AtTitle" outputTo="TitleData" append="true" />

     <HTMLEvent eventType="SimpleTag" tagType="br" fromState="AtTitle" toState="AtSummary" />

     <HTMLEvent eventType="HandleText" fromState="AtSummary" toState="AtSummary" outputTo="SummaryData" append="true" />
     <HTMLEvent eventType="EndTag" tagType="div" fromState="AtSummary" toState="AtTitle" processResult="true" />

     <HTMLEvent eventType="SimpleTag" tagType="span" fromState="AtSummary" toState="_NONE_" > 
       <InputAttribute attrName="class" attrVal="blueblock" />
     </HTMLEvent>

   </StateTransitions>

   <OutputFormat>
      <RootTag tagName="Records" />
      <ProcessedResult processedResultType="Record" tagName="Record" >
        <ProcessedElement tagName="Title"   charDataFrom="TitleData" />
        <ProcessedElement tagName="Summary" charDataFrom="SummaryData" />
        <ProcessedElement tagName="Link"     charDataFrom="linkHref" />
      </ProcessedResult>
   </OutputFormat>

</HTMLScraperConfig>