Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 4527 invoked from network); 25 Nov 2003 07:54:40 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Nov 2003 07:54:40 -0000 Received: (qmail 59534 invoked by uid 500); 25 Nov 2003 07:54:08 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 59508 invoked by uid 500); 25 Nov 2003 07:54:08 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 59472 invoked from network); 25 Nov 2003 07:54:08 -0000 Received: from unknown (HELO smtp104.mail.sc5.yahoo.com) (66.163.169.223) by daedalus.apache.org with SMTP; 25 Nov 2003 07:54:08 -0000 Received: from blueice1a.uk.ibm.com (HELO yahoo.fr) (worklap@194.196.100.59 with plain) by smtp-v1.mail.vip.sc5.yahoo.com with SMTP; 25 Nov 2003 07:54:20 -0000 Message-ID: <3FC30A89.2080707@yahoo.fr> Date: Tue, 25 Nov 2003 08:53:45 +0100 From: "Laurent P." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: XML property Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Hello, I 'm using Ant 1.5.3 under WSAD 5.1. I would like to access properties list via . My XML file : a b b I would like to access all properties (a, b, c) as a coma-separed list (or any list) to iterate on it with . ==> [echo] a I have only the first child of . I tried with : a b c but I had the same result. Any idea? Thank's for advance. Laurent --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org