Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 1938 invoked by uid 98); 16 Jan 2003 22:37:01 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 1901 invoked from network); 16 Jan 2003 22:36:59 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 16 Jan 2003 22:36:59 -0000 Received: (qmail 37524 invoked by uid 500); 16 Jan 2003 22:35:33 -0000 Received: (qmail 37517 invoked from network); 16 Jan 2003 22:35:32 -0000 Received: from smtp.netcologne.de (194.8.194.112) by daedalus.apache.org with SMTP; 16 Jan 2003 22:35:32 -0000 Received: from netcologne.de (dial-195-14-251-30.netcologne.de [195.14.251.30]) by smtp.netcologne.de (Postfix) with ESMTP id 332A0866F5 for ; Thu, 16 Jan 2003 23:35:31 +0100 (MET) Message-ID: <3E273357.1090103@netcologne.de> Date: Thu, 16 Jan 2003 23:33:59 +0100 From: Christian Sell User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021204 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Jakarta Commons Users List Subject: [jelly] taglib implementation questions References: <027001c2bd7c$29039450$9865fea9@spiritsoft.com> In-Reply-To: <027001c2bd7c$29039450$9865fea9@spiritsoft.com> X-Enigmail-Version: 0.71.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I am trying to port an ANT-based tag library over to Jelly and have the following questions: - is there a way to create tags such that nested elements will be created via reflction like in ANT, or do I have to implement & register tag classes even for all tags that occur only on nested levels in my script? - is there some way to automatically enforce a specific syntax (like a DTD), or do my tags have to perform syntax validation of their own (presumably in method doTag())? thanks, Christian