Skip to content

Instantly share code, notes, and snippets.

@mbohun
Last active September 25, 2019 07:59
Show Gist options
  • Save mbohun/adcf5311ad071533194361a122705756 to your computer and use it in GitHub Desktop.
Save mbohun/adcf5311ad071533194361a122705756 to your computer and use it in GitHub Desktop.
XML; XPath; xmllint
re-indent, pretty print XML file
export XMLLINT_INDENT='    '
cat test.xml | xmllint --xmlout --nsclean --format - > test-pretty_print.xml
syntax-highlight XML
cat test.xml | pygmentize -l xml | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment