Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #62935

lookup xpath (other?) to value in html

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <vincent@vincentdavis.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.015
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'example:': 0.03; 'lookup': 0.09; 'pages.': 0.09; 'received:209.85.219': 0.09; '255': 0.16; 'trying': 0.19; 'to:name:python-list@python.org': 0.22; 'correct': 0.29; 'message-id:@mail.gmail.com': 0.30; 'subject:other': 0.31; 'subject: (': 0.35; 'received:209.85': 0.35; 'received:google.com': 0.35; 'received:209': 0.37; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; '.....': 0.78
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=xHJQxnHqhUTta8GF4V0b9Z5QzV3YVjGZ6O9MDbhNRt4=; b=YiWGTA2DQBfqPjxsKcFV2P8Ww1Ej+fdCfgeg+uIF87YtiSB19bEzp1paYXVVhGPgJd OFdCI1Kpr2Q5LgRmiIbE6fbm/Qd+f3RKu3cO9naR6yM1c+J2FNRCBgcfAM7GDceg1/9y 17eIpI4/25E/nU3QIRpiuvdoj7A+tj+m8RJxuzktyXQje0aHTW968OtXSCS3VoaUQrVB 6Uz/1qVW1RbPz/UOcHFHqnhCmU95UfKW0BeIBEQJypwlCKfA/3XGGheWrb1i60AtA2Sg 2w1wo4sNSZNs6D+rtNPJyV8dixoEc6T1PG/ZjiZ0mevQoO6nUtP9AYPCT7hvYO6KMcmZ /fXg==
X-Gm-Message-State ALoCoQmwonMS3t+5Yr/IoXhXhEz8BcTqp5aFdJ1irMVyJkBziTZti/xWHFZgAGdCC3iE6KpOKdLZ
X-Received by 10.60.93.229 with SMTP id cx5mr807113oeb.82.1388509662041; Tue, 31 Dec 2013 09:07:42 -0800 (PST)
MIME-Version 1.0
From Vincent Davis <vincent@vincentdavis.net>
Date Tue, 31 Dec 2013 10:07:21 -0700
Subject lookup xpath (other?) to value in html
To "python-list@python.org" <python-list@python.org>
Content-Type multipart/alternative; boundary=047d7b33d3ce2c6c5104eed79911
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4761.1388509667.18130.python-list@python.org> (permalink)
Lines 48
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1388509667 news.xs4all.nl 2848 [2001:888:2000:d::a6]:49244
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:62935

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

I have a about 255 data fields that I am trying to verify on thousands of
webpages.
For example:
value: 255,000
sqft: 1800
....
Since I have the correct answer for several pages I would like to lookup
get the location (xpath?) of the data/field value in the page so that I can
check other pages.

Any suggestions?

Vincent Davis
720-301-3003

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

lookup xpath (other?) to value in html Vincent Davis <vincent@vincentdavis.net> - 2013-12-31 10:07 -0700

csiph-web