Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 54172 invoked from network); 1 Feb 2006 22:59:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Feb 2006 22:59:07 -0000 Received: (qmail 10032 invoked by uid 500); 1 Feb 2006 22:58:53 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 10023 invoked by uid 500); 1 Feb 2006 22:58:52 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 10012 invoked by uid 99); 1 Feb 2006 22:58:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2006 14:58:52 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.206.167] (HELO web31814.mail.mud.yahoo.com) (68.142.206.167) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 01 Feb 2006 14:58:49 -0800 Received: (qmail 21229 invoked by uid 60001); 1 Feb 2006 22:58:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=OOyLyZcMHH1JiAo+8M7mxBd3HyAByZRpp3p2GRNIYJINTSZ1g/Pl3nhUvWgWNW4d8Iaxm8Vu8zAB5quLMUfqueq9iFldRMNunK9W8SOQiiHEkJCNHPZR/0olzGCH7kJoi/RyxbSL9voFd0WGSqrX1uYZyjWAg9nkqShVmuuZkOg= ; Message-ID: <20060201225827.21227.qmail@web31814.mail.mud.yahoo.com> Received: from [24.148.2.29] by web31814.mail.mud.yahoo.com via HTTP; Wed, 01 Feb 2006 14:58:27 PST Date: Wed, 1 Feb 2006 14:58:27 -0800 (PST) From: "Olinga K. Abbott" Subject: automating use of webXmlFragment result - how to do? To: users@tomcat.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Use of the webXmlFragment attribute with Jasper produces an xml fragment requiring inserting into web.xml. Although I could write some custom code to perform this task, probably using xslt, this seems like a common enough use case that a solution should already exist. Does anyone know of such a solution? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org