Removing the last action from the queue

This commit is contained in:
Eric van der Vlist 2012-04-13 19:17:20 +02:00
parent 01a66903f3
commit 9d99928c60
1 changed files with 3 additions and 3 deletions

View File

@ -325,8 +325,8 @@ conformsTo:
</p:processor> </p:processor>
<!--
<!-\- Update the queue -\-> <!-- Update the queue -->
<p:processor name="oxf:pipeline"> <p:processor name="oxf:pipeline">
<p:input name="config" href="/data-access.xpl"/> <p:input name="config" href="/data-access.xpl"/>
<p:input name="data" transform="oxf:xslt" href="#data"> <p:input name="data" transform="oxf:xslt" href="#data">
@ -352,7 +352,7 @@ for $a in /queue/action where $a/@uuid = $(uuid) return
</p:processor> </p:processor>
<p:processor name="oxf:null-serializer"> <p:processor name="oxf:null-serializer">
<p:input name="data" href="#response4"/> <p:input name="data" href="#response4"/>
</p:processor>--> </p:processor>
</p:config> </p:config>