Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 60415 invoked from network); 26 Sep 2006 15:26:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2006 15:26:45 -0000 Received: (qmail 46485 invoked by uid 500); 26 Sep 2006 15:26:27 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 46474 invoked by uid 500); 26 Sep 2006 15:26:27 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 46399 invoked by uid 99); 26 Sep 2006 15:26:27 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Sep 2006 08:26:27 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=anantatman@gmail.com; spf=pass Authentication-Results: idunn.apache.osuosl.org header.from=anantatman@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 66.249.82.238 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.82.238] ([66.249.82.238:22156] helo=wx-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 7D/00-13339-D9649154 for ; Tue, 26 Sep 2006 08:26:22 -0700 Received: by wx-out-0506.google.com with SMTP id h30so2490700wxd for ; Tue, 26 Sep 2006 08:26:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=qdaS79SAekLFCQGaendI4o5KDbd4nKDVWtjx/L3CC3AsGBzpwdmk+DakSgTxE2QKwOMSZ07C23VtakWoHHGlU9j+Rqt8E7gDWpGKLATuFMfHgVr5qFlOsrRtzCRXVMFyXg/kejCg3LcSoGRsqUXqSGSAwiTgioRwWbu8ikYIuPg= Received: by 10.70.31.6 with SMTP id e6mr926183wxe; Tue, 26 Sep 2006 08:26:17 -0700 (PDT) Received: by 10.70.111.18 with HTTP; Tue, 26 Sep 2006 08:26:17 -0700 (PDT) Message-ID: Date: Tue, 26 Sep 2006 11:26:17 -0400 From: "Rahul Singh ( Anant )" Reply-To: rahul.singh@anant.us Sender: anantatman@gmail.com To: user-java@ibatis.apache.org Subject: Re: JavaScript + iBATIS In-Reply-To: <16178eb10609251112t116b7da1t2399eae650f33ad1@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8894_21921178.1159284377716" References: <01aa01c6e0ba$c5398d60$0302a8c0@rinaldo> <019701c6e0c3$938e5120$baaaf360$@com> <16178eb10609251112t116b7da1t2399eae650f33ad1@mail.gmail.com> X-Google-Sender-Auth: 3ed7e9043a941cbb X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_8894_21921178.1159284377716 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Has this functionality filtered down to the .NET version yet? Rahul On 9/25/06, Clinton Begin wrote: > > Yep. XML it is. The JavaScript/DOM APIs are pretty simple for processin= g > results from XML. JSON is good too...but XML is supported more widely an= d > by more tools. > > In iBATIS it's as simple as: > >