Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 74348 invoked from network); 4 Dec 2006 11:53:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2006 11:53:48 -0000 Received: (qmail 41196 invoked by uid 500); 4 Dec 2006 11:53:55 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 41183 invoked by uid 500); 4 Dec 2006 11:53:55 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 41165 invoked by uid 99); 4 Dec 2006 11:53:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 03:53:55 -0800 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 [212.249.34.130] (HELO picanmix.dev.day.com) (212.249.34.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 03:53:44 -0800 Received: from deliverix.day.com (deliverix.day.com [10.0.0.7]) by picanmix.dev.day.com (DAY) with ESMTP id kB4BrMc14887 for ; Mon, 4 Dec 2006 12:53:22 +0100 (MET) Received: from [10.0.0.55] ([10.0.0.55]) by deliverix.day.com (Lotus Domino Release 6.5.1) with ESMTP id 2006120412532145-139886 ; Mon, 4 Dec 2006 12:53:21 +0100 Message-ID: <45740C31.7080804@day.com> Date: Mon, 04 Dec 2006 12:53:21 +0100 From: Angela Schreiber User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: Webdav SearchMethod and xpath query References: <214FF1B5E37DC84D9968F0F82FBB11256EFDFF@AUGEXCH.ghsinc.com> In-Reply-To: <214FF1B5E37DC84D9968F0F82FBB11256EFDFF@AUGEXCH.ghsinc.com> X-MIMETrack: Itemize by SMTP Server on dmail/Day(Release 6.5.1|January 21, 2004) at 12/04/2006 12:53:21, Serialize by Router on dmail/Day(Release 6.5.1|January 21, 2004) at 12/04/2006 12:53:22, Serialize complete at 12/04/2006 12:53:22 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org Darren Hartford wrote: > I'm not aware of the SPI contribution, I've just been working with what > is available within the 1.1 Jackrabbit release. I haven't taken a look, > but would the SPI contribution work with MS clients as well (VB, VBA, > .NET)? i don't think so... the SPI basically has nothing to do with webDAV, except that we temporarily use webdav as transport layer for something not related to webDAV. so: it's just an example that uses the mentioned search request. > //sv:node[@sv:name='jcr:root'] what do you want to search for? the 'sv' prefix looks strange to me... isn't that one reserved for the system-view? angela