Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 93427 invoked from network); 28 Jul 2004 02:02:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Jul 2004 02:02:52 -0000 Received: (qmail 95493 invoked by uid 500); 28 Jul 2004 02:02:48 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 95475 invoked by uid 500); 28 Jul 2004 02:02:47 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 95461 invoked by uid 99); 28 Jul 2004 02:02:47 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [217.160.230.41] (HELO mout.perfora.net) (217.160.230.41) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 27 Jul 2004 19:02:46 -0700 Received: from [217.160.230.50] (helo=smtp.perfora.net) by mout.perfora.net with esmtp (Exim 3.35 #1) id 1BpdmC-0005b2-00 for dev@cocoon.apache.org; Tue, 27 Jul 2004 22:02:40 -0400 Received: from minotaur.apache.org ([209.237.227.194] helo=[127.0.0.1]) by smtp.perfora.net with asmtp (Exim 3.35 #1) id 1BpdmC-0007wX-00 for dev@cocoon.apache.org; Tue, 27 Jul 2004 22:02:40 -0400 Message-ID: <4107093D.3000802@reverycodes.com> Date: Tue, 27 Jul 2004 22:02:37 -0400 From: Vadim Gritsenko User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: [RT] A Groovy Kind of Sitemap References: <4106D407.9070209@umn.edu> In-Reply-To: <4106D407.9070209@umn.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: perfora.net abuse@perfora.net auth:e2e4156964dfbcc4c642ec658fa7f9b9 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Tony Collen wrote: > Corin Moss wrote: > >> I guess if you'd >> really like a Groovy based sitemap declaration, then existing XML >> sitemaps could be pre-parsed into Groovy? > > > Ugo and I were just talking about this on IRC. There's pretty much a > 1-1 correspondence with the sitemap and the proposed syntax. We were > bouncing ideas off each other and he came up with the idea of doing > > Sitemap XML -> XSLT -> Groovy Syntax Why stop half way and live with one more interpreter's penalty? Convert straight to Java - works faster and less memory consumption! And we are back on square one ;-P Vadim