Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 8961 invoked from network); 5 Apr 2004 06:18:35 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Apr 2004 06:18:35 -0000 Received: (qmail 84058 invoked by uid 500); 5 Apr 2004 06:17:53 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 84006 invoked by uid 500); 5 Apr 2004 06:17:52 -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 87731 invoked from network); 2 Apr 2004 16:37:52 -0000 Message-ID: <406D9643.8060509@fgm.com> Date: Fri, 02 Apr 2004 11:35:15 -0500 From: Daniel Barclay User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: show list of available tasks References: <20040309212450.67625.qmail@web40901.mail.yahoo.com> <4052DC5A.5070603@cyberspaceroad.com> In-Reply-To: <4052DC5A.5070603@cyberspaceroad.com> 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 X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Adam Hardy wrote: ... > When I was documenting my build file, like the good developer I am, my > descriptions were always a little bit too verbose for one line, and my > editor keeps wanting to wrap them, which is of course not XML. In what sense is that not XML? Line-break character within an XML attribute value are allowed and are converted to space characters. You can even encode line-break characters in the string value if you want to. (See http://www.w3.org/TR/REC-xml/#AVNormalize/ .) Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org