Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 96669 invoked from network); 4 Jun 2007 23:33:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2007 23:33:39 -0000 Received: (qmail 21474 invoked by uid 500); 4 Jun 2007 23:33:39 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 21259 invoked by uid 500); 4 Jun 2007 23:33:38 -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 21248 invoked by uid 99); 4 Jun 2007 23:33:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 16:33:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [206.190.49.152] (HELO web54502.mail.re2.yahoo.com) (206.190.49.152) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 04 Jun 2007 16:33:33 -0700 Received: (qmail 18446 invoked by uid 60001); 4 Jun 2007 22:42:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=rmL552r6fS1QX8avE9zUUjMGsczeGW8OFROlAaLtwcwhHcIjEU26Zz1K7OZwNbI/kPT+JrOzbqbymUnUI8DV9KgbwHBoDUsT/h2SKDjH+1QZMI2E00DESHMxrkjCuv17H4Az9M02bVfkVn1MPy2wYrth4/G/IbMnVBR1ALLLeeE=; X-YMail-OSG: Tn8_2XEVM1kaIl2_LtTuGYcA7BXOKne1OxnUVAybOBwX2v_aLrrZnMWqQvlT3g.6Vt.p8JJbjA9zeUEmXjDMMR3BCsr9eQq5sfsCQ8wGltXIwuF6c.iJCQCmUsts0.T4Hv1_YgMiISH9oRamsTdwo5zwdA-- Received: from [66.90.62.162] by web54502.mail.re2.yahoo.com via HTTP; Mon, 04 Jun 2007 15:42:38 PDT Date: Mon, 4 Jun 2007 15:42:38 -0700 (PDT) From: Mark Subject: xmlproperty semanticAttributes and CDATA To: Ant Users List In-Reply-To: <973858C2ADFF5C4F99415784F9391C0602EFDA1C@glgexchange04.glgroup.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <97736.16952.qm@web54502.mail.re2.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org It appears the with semanticAttributes set to true properties are still not expanded if they reside in CDATA sections. E.g. (in properties file): var myVar = "${myproperty}" ]]> The property inside the CDATA section remains unexpanded. Dividing up the CDATA sections so that the parts with the properties are expanded does allow them to be expanded but the property value is not parsed correctly (parts are missing and out of order). Is this a bug or intended behavior? Is there some other way to do this (other than adding another replace task)? Thanks, Mark ____________________________________________________________________________________ Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. http://sims.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org