From balld@webslingerZ.com Mon Jul 3 03:30:30 2000 Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 29309 invoked from network); 3 Jul 2000 03:30:30 -0000 Received: from balld-0.dsl.speakeasy.net (HELO localhost.localdomain) (@216.254.77.75) by locus.apache.org with SMTP; 3 Jul 2000 03:30:30 -0000 Received: by localhost.localdomain (Postfix, from userid 501) id 3E9E0499E; Sun, 2 Jul 2000 23:33:56 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id CC32D6218; Sun, 2 Jul 2000 23:33:56 -0400 (EDT) Date: Sun, 2 Jul 2000 23:33:56 -0400 (EDT) From: Donald Ball X-Sender: balld@localhost.localdomain To: cocoon-dev@xml.apache.org, Nicola Ken Barozzi Subject: Re: [C2] (hopefully) last sitemap major changes In-Reply-To: <00ef01bfe343$360a6c70$30022397@ARES> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > I hope it doesn't get too complicated. > Before I found Cocoon was thinking of creating a servlet for report > generation and database insertions and transactions in the intranet. The XML > i was creating was beginning to become a monster. > This is one of the first versions (the text is in Italian): > > > > > > DBname="jdbc:odbc:OreLavorate" userId="admin" userPass="admin"/> > DBname="jdbc:odbc:KeyDB" userId="admin" userPass="admin"/> > > > > SELECT ? from contatti > >
> > > Inserisci: > > > > >
>
>
>
> > I was creating a tree containing all transaction info, starting fron the > result wanted (report in this case). > It was getting too big and to make decision branching possible I thought of > putting forward and backward branches: A NIGHTMARE! > So +100 to the idea of keeping it simple. holy ratatouille, batman! that's a hell of a chunk of XML there. you might be interested in my castor logicsheet for doing database editing - http://www.webslingerZ.com/balld/wz-castor-0.2.zip - donald