Question: Is there some way to force step 2 to execute 2nd, after step 1??
Yes: by adding another processor with no output that reads from "#errorlist" (the "Null Serializer") and by placing it before the Session Serializer. I.e.:
<p:processor uri="oxf/processor/session-generator">
<p:input name="config">
<key>ErrorList</key>
</p:input>
<p:output name="data" id="errorlist"/>
</p:processor><p:processor uri="oxf/processor/null-serializer">
<p:input name="data" href="#errorlist"/>
</p:processor><p:processor uri="oxf/processor/session-serializer">
<p:input name="data">
<ErrorList xsi:nil="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</p:input>
</p:processor>Alex
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
