ipreparedcomponent_xquery_available_error_nopreparedcomponent.xaction 883 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<?xml version="1.0" encoding="UTF-8"?>
<action-sequence> 
  <title>IPreparedComponent Available Test</title>
  <version>1</version>
  <logging-level>DEBUG</logging-level>
  <documentation> 
    <author>Will Gorman</author>  
    <description>This tests the XQueryBaseComponent's implementation of the IPreparedComponent interface, verifying that we can gain access to the component</description>  
    <help/>  
    <result-type>prepared_component</result-type>
    <icon/> 
  </documentation>
  <actions>
    <action-definition>
      <component-name>XQueryLookupRule</component-name>
      <action-type>XQuery For Report Data</action-type>
      <component-definition>
        <live>false</live>
        <query><![CDATA[/descendant::row[POSITIONTITLE='{PREPARELATER:POSITIONTITLE}']]]></query>
      </component-definition>
    </action-definition>
  </actions>
</action-sequence>