Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 83658 invoked from network); 3 Oct 2007 14:56:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2007 14:56:42 -0000 Received: (qmail 62293 invoked by uid 500); 3 Oct 2007 14:56:31 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 62149 invoked by uid 500); 3 Oct 2007 14:56:30 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 62138 invoked by uid 99); 3 Oct 2007 14:56:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 07:56:30 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 14:56:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C018B714212 for ; Wed, 3 Oct 2007 07:55:50 -0700 (PDT) Message-ID: <13344844.1191423350784.JavaMail.jira@brutus> Date: Wed, 3 Oct 2007 07:55:50 -0700 (PDT) From: "Gabriel Gruber (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Updated: (COCOON-2137) XSD Schemas for CForms Development In-Reply-To: <16517710.1191423230958.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Gruber updated COCOON-2137: ----------------------------------- Attachment: clean-xsd-public.zip > XSD Schemas for CForms Development > ---------------------------------- > > Key: COCOON-2137 > URL: https://issues.apache.org/jira/browse/COCOON-2137 > Project: Cocoon > Issue Type: New Feature > Components: Blocks: Forms > Reporter: Gabriel Gruber > Priority: Minor > Attachments: clean-xsd-public.zip > > > A common pitfall in developing cforms applications is the misuse of certain cforms tags. > A schema for the forms files (definition, binding, template) would greatly help in writing forms code faster and more accurate and minimizing syntax errors in the first place. > I have started writing such schemas for the binding and definition files and added notations out of the current (2.1.10) cforms documentation. those schemas are quite completet (well almost). > I also added starting points for this schemas: > - i18n transformer > - jx template generator > furthermore form template generator (and form instance) would be interesting. the major problem with the template is that we are heavily mixing different xml gramars here and state-of-the-art xml editors (like oxygen) have their problems with providing auto-complete features here. > the code-completion (assistance) feature for the form-definition and form-binding works quite well. it also has the added benefit, that the important bits of the cocoon forms docs are being displayed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.