Hi Prateek,

The FOP Serializer is supported since OXF 2.0. The processor URI is
"oxf/processor/fop", and not "oxf/processor/text-serializer" as the
documentation wrongly states. Thanks for pointing that out.

Regards,
Julien


Prateek Mittal wrote:


Hi Julien,
  Thanks for the response. I updated my struts.xpl but got following error

class org.orbeon.oxf.common.OXFException
Message Cannot load processor 'oxf/processor/fop' because the class implementing this processor ('org.orbeon.oxf.pipeline.processors.FOPSerializer') cannot be found
Java Exception org.orbeon.oxf.common.OXFException: Cannot load processor 'oxf/processor/fop' because the class implementing this processor ('org.orbeon.oxf.pipeline.processors.FOPSerializer') cannot be found
at org.orbeon.oxf.pipeline.processors.XMLProcessorRegistry$1.createInstance(XMLProcessorRegistry.java:59)
at org.orbeon.oxf.pipeline.processors.PipelineProcessor.createConfigFromAST(PipelineProcessor.java:187)


I am using OXF 1.5.2. You think I need to update to version 2.0 for this to work?
Online manual suggests FOP Serializer is invoked with fallowing statement
<p:processor uri="oxf/processor/text-serializer" xmlns:p="http://www.orbeon.com/oxf/pipeline";>
May be I should use "oxf/processor/text-serializer" instead of "oxf/processor/fop"?
Please advice.
Regards,
Prateek


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

Reply via email to