<?xml version="1.0" encoding="UTF-8"?>
<!-- (c) International Business Machines Corporation, 2002, 2003. (c) University of Edinburgh 2002, 2003.-->
<!-- See OGSA-DAI-Licence.txt for licencing information. -->

<gridDataServicePerform 
         xmlns="http://ogsadai.org.uk/namespaces/2003/07/gds/types"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://ogsadai.org.uk/namespaces/2003/07/gds/types
         ../../../../schema/ogsadai/xsd/activities/activities.xsd">

    <documentation>

      This perform document demonstrates how to use an xPathStatement
      activity to query the base collection of the data resource. 
      
      The XPath expression will retrieve all the "entry" elements with an
      "id" attribute value of less than 100. The results will be delivered
      in the response document.

    </documentation>

    <xPathStatement name="myActivity">
      <expression>/project/path/fileset[@dir&lt;'lib']</expression>
      <resourceSetStream name="myActivityOutput"/>
    </xPathStatement>

</gridDataServicePerform>

