Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 28807 invoked from network); 30 Apr 2009 22:34:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Apr 2009 22:34:06 -0000 Received: (qmail 33400 invoked by uid 500); 30 Apr 2009 21:30:01 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 33311 invoked by uid 500); 30 Apr 2009 21:30:00 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 32955 invoked by uid 99); 30 Apr 2009 21:29:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2009 21:29:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of t.p.ellison@gmail.com designates 209.85.219.161 as permitted sender) Received: from [209.85.219.161] (HELO mail-ew0-f161.google.com) (209.85.219.161) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2009 21:29:48 +0000 Received: by ewy5 with SMTP id 5so2126716ewy.36 for ; Thu, 30 Apr 2009 14:29:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=qMjdzByO8cZsKup2bH7zHfUMuMQECOnXwWJU1nDDTHU=; b=sC2+toXZX5GtKPR2uLy8BJ36HD2StBSilU4OKT7nab5iOJcWgADCTXgKH9u4LkU0+O 6yzCFEtKyNymJTshykuu6gHxfUg36gdomQHb5h8D+RlXHw+T7UgVMtUnntMXP/HIXUkc /JgVu9qNIyJCgPvZ/duH7FjvLLn1PG5KUq0Kw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=TwvY9Ur7wnaagxlDylnHQOPqjvUpb4Z6UsLYOlvvsWslQMF9sBGnuorvENLCgMVYEx 2PLMFzb/N7uQu/3NZxs2p/H2sW8SfzLzBOYw//6Z37jgzzriugSGqhuEAQWvrs+afcVC euNjVoTF76DGzMwweQHLLk7FZjQdWpjpzuSl4= Received: by 10.210.71.11 with SMTP id t11mr748755eba.61.1241126966840; Thu, 30 Apr 2009 14:29:26 -0700 (PDT) Received: from ?192.168.0.4? ([89.243.185.183]) by mx.google.com with ESMTPS id 7sm4795103eyg.7.2009.04.30.14.29.25 (version=SSLv3 cipher=RC4-MD5); Thu, 30 Apr 2009 14:29:26 -0700 (PDT) Message-ID: <49FA1833.30403@gmail.com> Date: Thu, 30 Apr 2009 22:29:23 +0100 From: Tim Ellison User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: xerces and xalan dependencies References: <3b3f27c60904291750s2ac0530fib707c1c34e96400f@mail.gmail.com> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jesse Wilson wrote: > 2009/4/29 Alexei Fedotov > >> Also it needs checking why Android uses different XML parsers (maybe we can >> switch to better ones as well?) >> > > Harmony's XML stack is quite large. We Androids created our own > implementation that omits features like XSLT. Our code is built on > xmlpull.org, kxml2, and a high-performance native > parser > . > > Cheers, > Jesse > > PS: although this code is in the org.apache.harmony package, it isn't > Harmony-sourced. We've been using org.apache.harmony as an 'internal > implementation' package, which confuses things. LOL :-)