Thanks for this. However I wasn't clear -- I meant to say "as a processor" or "from a .xpl file." [...]
We have the Debug processor (it was included in a patch send to you and will come with OXF 2.0.3). The interface of the Debug processor is slightly different from the one you mention. It is basically designed to be easily inserted in a pipeline to debug the "data flow" at some point, e.g.:
<p:processor uri="oxf/processor/debug">
<p:input name="config">
<config>Employee</config>
</p:input>
<p:input name="data">
<employee>
<firstname>John</firstname>
<lastname>Smith</lastname>
</employee>
</p:input>
<p:output name="data" id="emp"/>
</p:processor>Inserting a Debug processor in your pipeline is usually equivalent to using the debug="..." attribute, so this may not be what you are looking for. There is no other generic processor to send messages to Log4j, but you can certainly do this fairly easily from your own custom processor.
Alex
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
