Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 2524 invoked by uid 500); 13 Jun 2002 01:53:57 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 2513 invoked from network); 13 Jun 2002 01:53:57 -0000 Message-ID: <20020613015405.48041.qmail@web21307.mail.yahoo.com> Date: Wed, 12 Jun 2002 18:54:05 -0700 (PDT) From: Ken C Subject: Re: XMLForm hello world in the works To: cocoon-dev@xml.apache.org In-Reply-To: <3D07D35C.3040400@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Andrew, Your action needs the Cocoon XMLForm classes, don't comment them out. Also note the 'components' is missing in each 'imports'. Thus it should read, // Schematron classes import org.apache.cocoon.components.validation.SchemaFactory; import org.apache.cocoon.components.validation.Schema; import org.apache.cocoon.components.validation.Validator; import org.apache.cocoon.components.validation.Violation; ==================== Also, for your sitemap, I have modified it a bit for your reference, ... Note that I am using the given stylesheets, they are good and working. Just an opinion. Kenny __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org