Scott,

This hasn't changed since 1.5.2. The original processors.xml is
contained within oxf.jar. You can extract that file and modify it as
you do now, then save it at the root of your resource tree (i.e. you
don't have to put it back within oxf.jar, since by default OXF will
look for resources first within your own resources, then within
oxf.jar).

-Erik

Scott McMullan wrote:

> In 2.0b1 and 1.5.2, we used to have a processors.xml file which declared all
> processors, including our custom processor, eg.,
>
> <processors>
>    <!--Declaration of the Schematron processor-->
>    <processor uri="oxf/processor/schematron-validation">
>            <class name="SchematronValidationProcessor"/>
>    </processor>
> ....
> </processors>
>
> How is this done in the new 2.0 final?  I can't find a reference anywhere in
> the doc:
> http://www.orbeon.com/oxf/doc/integration-api
>
> Thanks.
>
> -Scott

_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to