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


Groups > comp.lang.python > #75967

Re: Ground Up Python/Xpath lessons

From dieter <dieter@handshake.de>
Subject Re: Ground Up Python/Xpath lessons
Date 2014-08-10 07:34 +0200
References <c9c7ee19-9808-4087-bf2c-23b47ee2d6fc@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.12806.1407648900.18130.python-list@python.org> (permalink)

Show all headers | View raw


mikemixonrei@gmail.com writes:

> I need a tutorial or lesson on Xpath syntax from the ground up.  I am totally confused on how to assemble an Xpath.  All the //a[wizardmojo]::stuffgoeshere is confusing as hell

"XPath" is a public standard. You can find its specification
at "http://www.w3.org/TR/xpath/". In my view, it is very well written;
you find there all relevant details. Of course, it is not a tutorial:
the information is very concise and assumes, that the reader copes
well with abstract descriptions.

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


Thread

Ground Up Python/Xpath lessons mikemixonrei@gmail.com - 2014-08-09 18:27 -0700
  Re: Ground Up Python/Xpath lessons John Gordon <gordon@panix.com> - 2014-08-10 01:55 +0000
  Re: Ground Up Python/Xpath lessons mikemixonrei@gmail.com - 2014-08-09 19:41 -0700
  Re: Ground Up Python/Xpath lessons dieter <dieter@handshake.de> - 2014-08-10 07:34 +0200

csiph-web