Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 13269 invoked from network); 27 Apr 2004 08:57:16 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Apr 2004 08:57:16 -0000 Received: (qmail 44681 invoked by uid 500); 27 Apr 2004 08:56:47 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 44636 invoked by uid 500); 27 Apr 2004 08:56:47 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 44623 invoked from network); 27 Apr 2004 08:56:46 -0000 Received: from unknown (HELO correo.che-che.com) (80.34.215.206) by daedalus.apache.org with SMTP; 27 Apr 2004 08:56:46 -0000 Received: from localhost (localhost [127.0.0.1]) by correo.che-che.com (Postfix) with ESMTP id 0A4AEC7FF for ; Tue, 27 Apr 2004 10:56:58 +0200 (CEST) Received: from correo.che-che.com ([127.0.0.1]) by localhost (santiamen [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27161-06 for ; Tue, 27 Apr 2004 10:56:41 +0200 (CEST) Received: from che-che.com (yarel [192.168.1.8]) by correo.che-che.com (Postfix) with ESMTP id E8492C7FC for ; Tue, 27 Apr 2004 10:56:40 +0200 (CEST) Message-ID: <408E2048.8050307@che-che.com> Date: Tue, 27 Apr 2004 10:56:40 +0200 From: Juan Jose Pablos User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.5) Gecko/20031107 Debian/1.5-3 X-Accept-Language: es, en MIME-Version: 1.0 To: forrest-dev@xml.apache.org Subject: Re: svn commit: rev 10285 - xml/forrest/trunk/src/core/context/WEB-INF References: <20040426142519.91897.qmail@minotaur.apache.org> <408D93B3.6010001@che-che.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at che-che.com X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Nicola Ken Barozzi escribi�: > Juan Jose Pablos wrote: >> This file will be transformer and copied to the context (build/webapp). >> >> This output has not got any DTD, so I can be loaded by xmlproperty or >> by the document() function, or it can extended other values for >> non-default features. > > > Ah, ok. Question: why do we need to load it as xmlproperty? > So we can use them on ant build script.