Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 20478 invoked from network); 1 Nov 2008 19:32:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2008 19:32:30 -0000 Received: (qmail 41354 invoked by uid 500); 1 Nov 2008 19:32:32 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 41322 invoked by uid 500); 1 Nov 2008 19:32:32 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 41311 invoked by uid 99); 1 Nov 2008 19:32:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Nov 2008 12:32:32 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of goksron@gmail.com designates 209.85.200.174 as permitted sender) Received: from [209.85.200.174] (HELO wf-out-1314.google.com) (209.85.200.174) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Nov 2008 19:31:17 +0000 Received: by wf-out-1314.google.com with SMTP id 28so1962673wfc.20 for ; Sat, 01 Nov 2008 12:31:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:x-mailer:thread-index :x-mimeole; bh=71eFN2lB48+ZjEO06iIeDiAnHeOClfNsNJBN/kwuiZo=; b=Zq8yvfcg2ttZW4CfoOcuVBH7JOynBNVkxPwG7a99HAiWR5ZCFwn8kJ3ONen7VnsWAS k/B+MY3g+14c6l+KpAJBYfX9pNciuNL5T8EyxcjQoXN9y91DzjqTBlAtLG6gVxzoPGue BnfbFSfw+rgvIOF1ysEpOi7cAYEUV34/VQbvE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type:x-mailer :thread-index:x-mimeole; b=b8Bgf6uMXfUQN4faUThefOgeuCwoxAism7eISccM423ExvX89CDO1y0GVovcbJFaAT 6Jnz/dviQkC4sN4YUkNQW9gKrLQBHjjmnhN1TmBGxs6uonCmG9z2PzUcq+HhzzZzMyfJ T8NK8hyUv10R9BH+eWaMafHlrJCY7E6PvQrUM= Received: by 10.142.173.4 with SMTP id v4mr47405wfe.2.1225567918858; Sat, 01 Nov 2008 12:31:58 -0700 (PDT) Received: from madrid ([75.144.19.29]) by mx.google.com with ESMTPS id 27sm9426039wff.3.2008.11.01.12.31.57 (version=SSLv3 cipher=RC4-MD5); Sat, 01 Nov 2008 12:31:58 -0700 (PDT) From: "Lance Norskog" To: Subject: DIH http input xpath syntax Date: Sat, 1 Nov 2008 12:31:56 -0700 Message-ID: <92EDAF6923A447749A02D4294D4F6398@madrid> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01C93C1D.D53813B0" X-Mailer: Microsoft Office Outlook 11 Thread-Index: Ack8WIBjn88qcnCETSmwA1L3MErJKg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_0004_01C93C1D.D53813B0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit The wiki page for the DIH handler mentions that the XML is parsed with a streaming parser and that the xpath parser only handles a subset of the xpath syntax. Which streaming parser is it and where would I find this subset documented? I tried a few things like the "the first entry" and "length of data > 3" and nothing worked. "/a/b/c" was all that worked for me. Tx, Lance ------=_NextPart_000_0004_01C93C1D.D53813B0--