Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 10062 invoked from network); 9 Nov 2000 15:36:24 -0000 Received: from mail.eunet.ch (HELO mail.kpnqwest.ch) (146.228.10.7) by locus.apache.org with SMTP; 9 Nov 2000 15:36:24 -0000 Received: from [195.49.107.34] (ns.ecofin.ch [195.49.107.34]) by mail.kpnqwest.ch (8.9.3/1.34) via SMTP id PAA12144 for ; Thu, 9 Nov 2000 15:35:56 GMT env-from (margrit.naegeli@ecofin.ch) Received: from bellavista.ecofin.ch by [195.49.107.34] via smtpd (for mail.eunet.ch [146.228.10.7]) with SMTP; 9 Nov 2000 15:36:29 UT Received: by bellavista.ecofin.ch with Internet Mail Service (5.5.2650.21) id ; Thu, 9 Nov 2000 16:38:35 +0100 Message-ID: <3436941B7BE5D311A322009027AC89B210E733@bellavista.ecofin.ch> From: Naegeli Margrit To: cocoon-users@xml.apache.org Subject: No processor for type "xinclude" Date: Thu, 9 Nov 2000 16:38:34 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hello, I'm trying to use xinclude for the first time, but I get this error: java.lang.Exception: No processor for type "xinclude" at org.apache.cocoon.processor.ProcessorFactory.getProcessor(ProcessorFactory.j ava:74) at org.apache.cocoon.Engine.handle(Engine.java, Compiled Code) at org.apache.cocoon.Cocoon.service(Cocoon.java:167) My cocoon.properties have this line: processor.type.xinclude = org.apache.cocoon.processor.xinclude.XIncludeProcessor XIncludeProcessor.class is in my cocoon.jar The xml looks like this: ... (Otherwise, Cocoon runs fine - great work!) What is my mistake here? Thanks for your help! Maggie