Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 80368 invoked from network); 13 Dec 2005 18:33:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Dec 2005 18:33:15 -0000 Received: (qmail 49357 invoked by uid 500); 13 Dec 2005 18:33:08 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 49317 invoked by uid 500); 13 Dec 2005 18:33:07 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 49306 invoked by uid 99); 13 Dec 2005 18:33:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2005 10:33:07 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.40.225.62] (HELO mail.sysbliss.com) (216.40.225.62) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2005 10:33:06 -0800 Received: from [192.168.1.100] (d149-67-240-251.col.wideopenwest.com [67.149.251.240]) by mail.sysbliss.com (Postfix) with ESMTP id CE51B27D83 for ; Tue, 13 Dec 2005 13:28:09 -0500 (EST) Message-ID: <439F13D3.7020907@sysbliss.com> Date: Tue, 13 Dec 2005 13:32:51 -0500 From: Jonathan User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@ant.apache.org Subject: Expanding ALL properties manually Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi. I'm writing an ant task that loads an external xml file. I want the user to be able to use standard ant properties in this file. Is there an easy way to pass the xml as a string to some method and have it return the xml as a string with any/all ant properties expanded? Basically i want to expand any/all properties in the file before my parser starts on it. Thanks! - Jonathan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org