Skip to content

Instantly share code, notes, and snippets.

@Alex-Just
Last active August 16, 2018 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alex-Just/359ddeb2640697855b7db4b982b6625c to your computer and use it in GitHub Desktop.
Save Alex-Just/359ddeb2640697855b7db4b982b6625c to your computer and use it in GitHub Desktop.
# Print raw XML
from lxml import etree
etree.tostring(etree.ElementTree(xml), pretty_print=True, encoding='unicode')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment