Author: scoder
Date: Wed May 16 22:59:00 2007
New Revision: 43444
Modified:
lxml/trunk/doc/tutorial.txt
Log:
broken URL
Modified: lxml/trunk/doc/tutorial.txt
==============================================================================
--- lxml/trunk/doc/tutorial.txt (original)
+++ lxml/trunk/doc/tutorial.txt Wed May 16 22:59:00 2007
@@ -278,7 +278,7 @@
>>> print html.xpath("//text()") # lxml.etree only!
['TEXT', 'TAIL']
-.. _XPath: xpathxslt.txt#xpath
+.. _XPath: xpathxslt.html#xpath
Tree iteration
|