Created
October 2, 2015 16:37
-
-
Save walkerdb/e786b5b9e0a1e116f51a to your computer and use it in GitHub Desktop.
This file contains 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
# we're only going to use the etree module (short for "element tree") | |
from lxml import etree | |
tree = etree.parse("path/to/gargoyle.xml") # replace the path text with your own filesystem path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment