mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
change W3C link to the XPath Tutorial
the old link 404's, so I did a quick search and found the W3C XPath tutorial and replaced the link.
This commit is contained in:
@@ -49,7 +49,7 @@ will focus on the former.
|
||||
|
||||
XPath is a way of locating information in structured documents such as
|
||||
HTML or XML documents. A good introduction to XPath is on
|
||||
`W3Schools <http://www.w3schools.com/xpath/default.asp>`_ .
|
||||
`W3Schools <http://www.w3schools.com/xsl/xpath_intro.asp>`_ .
|
||||
|
||||
There are also various tools for obtaining the XPath of elements such as
|
||||
FireBug for Firefox or the Chrome Inspector. If you're using Chrome, you
|
||||
|
||||
Reference in New Issue
Block a user