Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 22633 invoked from network); 16 Feb 2011 09:12:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2011 09:12:52 -0000 Received: (qmail 64596 invoked by uid 500); 16 Feb 2011 09:12:49 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 64182 invoked by uid 500); 16 Feb 2011 09:12:46 -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 64174 invoked by uid 99); 16 Feb 2011 09:12:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 09:12:45 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of billnbell@gmail.com designates 74.125.83.48 as permitted sender) Received: from [74.125.83.48] (HELO mail-gw0-f48.google.com) (74.125.83.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 09:12:36 +0000 Received: by gwj15 with SMTP id 15so559028gwj.35 for ; Wed, 16 Feb 2011 01:12:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:user-agent:date:subject:from:to:message-id :thread-topic:mime-version:content-type; bh=T7V6lVuXRkL2BDcIGpPpRz53Jw8MNIYPmwfn1eIO0Jg=; b=TSjGnvvdzxdQSR5acjnCmHXr1nrgNC2LhRVEwri+pMNNRE+fOzWauh5N4Ks37hoYDC 6aGJieH26bbgVdL2RkAlt/yOrx0gSjf4Jp/RjTTvbKr6qmAYwbAJ++3XSAjoNG078ofR vO85Saq2/c8su/2oG65noFn/APfPkBY2LoFAI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=user-agent:date:subject:from:to:message-id:thread-topic :mime-version:content-type; b=hCnGWGeT/pzr4AlGPbjv6Xw78EOMD2WjQVtz97PfKr3BZ7MRahCoOlWL67i4vOYVwi cvDnMQG8WwcywQSQ/Se/JpbreY5lB2+hHfQDFY5JznmBgMsFwZaP+uZ33H3mKPMYclm3 GhxxGKc6F7kBE3AZFB9s5C/5SnGRnooAwMkd8= Received: by 10.100.105.20 with SMTP id d20mr144133anc.260.1297847535003; Wed, 16 Feb 2011 01:12:15 -0800 (PST) Received: from [192.168.2.5] (c-98-245-22-35.hsd1.co.comcast.net [98.245.22.35]) by mx.google.com with ESMTPS id f10sm6204108anh.25.2011.02.16.01.12.12 (version=SSLv3 cipher=OTHER); Wed, 16 Feb 2011 01:12:14 -0800 (PST) User-Agent: Microsoft-MacOutlook/14.2.0.101115 Date: Wed, 16 Feb 2011 02:08:05 -0700 Subject: How to use XML parser in DIH for a database? From: Bill Bell To: "solr-user@lucene.apache.org" Message-ID: Thread-Topic: How to use XML parser in DIH for a database? Mime-version: 1.0 Content-type: multipart/alternative; boundary="B_3380666890_194021274" X-Virus-Checked: Checked by ClamAV on apache.org --B_3380666890_194021274 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit I am using DIH. I am trying to take a column in a SQL Server database that returns an XML string and use Xpath to get data out of it. I noticed that Xpath works with external files, how do I get it to work with a database? I need something like "//insur[5][@name='Blue Cross']" Thanks. --B_3380666890_194021274--