Created
March 28, 2013 18:58
-
-
Save ojacobson/5265849 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> from lxml import etree | |
>>> | |
>>> document = etree.fromstring('<hello />') | |
>>> document.xpath('name(/node())') | |
'hello' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment