try to place your error handler outside your pipeline section:

<map:sitemap>

  <map:pipelines>

    <map:pipeline>
       ...
    </map:pipeline>
   
    <map:handle-errors>
      <map:select type="exception">
        <map:when test="luceneparse">
          <map:generate src="views/luceneparseerror.xml"/>
          <map:serialize type="html"/>
        </map:when>
      </map:select>
    </map:handle-errors>
    
  </map:pipelines>

</map:sitemap>


hth,
Frank

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to