Are you talking about your own validation processor, or the built-in OXF validation processor?
There are indeed APIs in OXF that allow you to take advantage of caching. OXF also has a mechanism of instanciation in processors.xml, but I don't think it is documented at this point. At any rate, in this case I think caching alone would address your problem.
Alex should be able to make a more detailed answer.
-Erik
Peter Charles wrote:
Hi,
We have a validation processor that we use across several pages. Each time this processor is called is reads in a schema and then does validation. It seems inefficient to keep reading the schema into this processor over and over again. Is it possible to instantiate a processor with a configuration and then re-use it over and over?
Peter
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
