Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D389610C48 for ; Wed, 8 Jan 2014 18:32:40 +0000 (UTC) Received: (qmail 45979 invoked by uid 500); 8 Jan 2014 18:31:39 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 45952 invoked by uid 500); 8 Jan 2014 18:31:38 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 45940 invoked by uid 99); 8 Jan 2014 18:31:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jan 2014 18:31:38 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ignisvulpis@gmail.com designates 209.85.216.173 as permitted sender) Received: from [209.85.216.173] (HELO mail-qc0-f173.google.com) (209.85.216.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jan 2014 18:31:32 +0000 Received: by mail-qc0-f173.google.com with SMTP id m20so1687595qcx.4 for ; Wed, 08 Jan 2014 10:31:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5U42Eqzyl3ggTC80S7P9HKswJFSy8z3MVIl2vtFx/rI=; b=KHKOorrP5A3Bwu+bs5L/unICENlDnT5U1quc/o3JfuBjD0Jgi+flEltOAJPjZ4iZgC H7QXYfjvotAkArOHMZWBS28HiLzAWS+9zST7oGZCdb0HbVeuRQg4oF8/XOK2FhoFo+79 +0/5HiI1nYcfrg5OSQTvvTBDjqI4uPiKS3genBrk7ACxy6OO4m2dHUmiTNX0Xs6Eoqyu ZlQakYNkTSat74BKpqjWVPNbbra0aaEdQsw6QSKGihHGnC4JRJL0N/eo4mVIVeH2It3p 1WoOpvViWYcMisUIn16LcoZljbuKesM67//DyIgI3dkdgPX0wU2Les+dtvayx9Wrdpga 7FCg== MIME-Version: 1.0 X-Received: by 10.49.4.98 with SMTP id j2mr17341607qej.2.1389205871165; Wed, 08 Jan 2014 10:31:11 -0800 (PST) Received: by 10.229.205.194 with HTTP; Wed, 8 Jan 2014 10:31:11 -0800 (PST) In-Reply-To: References: <20131220170733.6754455.79772.8183@blackberry.com> Date: Wed, 8 Jan 2014 19:31:11 +0100 Message-ID: Subject: Re: Started Implementing CB-2606 Add support for To: dev Content-Type: multipart/alternative; boundary=047d7bb0509a78886704ef79b257 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bb0509a78886704ef79b257 Content-Type: text/plain; charset=ISO-8859-1 I think I'll wait for when "www/config.xml -> config.xml" has landed before continuing with this, right?! Axel ps: Does the xml parser handle name spaces correctly? That is: How do I find an element in a certain namespace regardless of prefix? https://github.com/AxelNennker/cordova-cli/blob/master/src/config_parser.js#L249 Can I write something like els = this.config.doc.findall('icon', 'http://cordova.apache.org/ns/1.0'); in elementree? 2013/12/22 Axel Nennker > Now with firefoxos support which lacked support for the mandatory icons > field in the manifest before this patch. > > https://github.com/AxelNennker/cordova-cli/blob/master/src/metadata/firefoxos_parser.js#L63 > > -Axel > > > 2013/12/20 Axel Nennker > >> The xmlns is in the config.xml of the 3.3 HelloWorld app. >> >> >> >> -Axel >> >> >> Am 20.12.2013 18:08 schrieb "Josh Soref" : >> >> Andrew wrote: >>> > Should CLI be in the business of resizing icons or converting image >>> formats? >>> >>> Probably not >>> >>> > Should you have to supply an icon for each platform separately, or >>> should >>> > we support one tag that will be used as the default for >>> all platforms? >>> >>> Different platforms may have different icon styles. >>> >>> > Specifying the platform should not be the norm. It should be enough >>> > to have a bunch if , and platforms will pick >>> up >>> > the sizes of icons that they require. >>> >>> > I realize this is "proper" XML, since they aren't a part of the widget >>> >>> Proper involves an xmlns which I didn't see. >>> --------------------------------------------------------------------- >>> This transmission (including any attachments) may contain confidential >>> information, privileged material (including material protected by the >>> solicitor-client or other applicable privileges), or constitute non-public >>> information. Any use of this information by anyone other than the intended >>> recipient is prohibited. If you have received this transmission in error, >>> please immediately reply to the sender and delete this information from >>> your system. Use, dissemination, distribution, or reproduction of this >>> transmission by unintended recipients is not authorized and may be unlawful. >>> >> > --047d7bb0509a78886704ef79b257--